![]() |
OpenMS
|
Utility class for network operations (HTTP downloads) More...
#include <OpenMS/SYSTEM/Network.h>
Static Public Member Functions | |
| static void | downloadFile (const std::string &url, const std::string &download_folder) |
| Download file from given URL into a download folder. Returns when done. | |
Utility class for network operations (HTTP downloads)
|
static |
Download file from given URL into a download folder. Returns when done.
If a file with same filename already exists, creates a new file with '.number' appended to the basename.
| IOException | if download failed. |