Defines the download functionality for VpinMdb media in ASAPCabinetFE. More...
#include "log/logging.h"
#include <curl/curl.h>
#include <filesystem>
#include <string>
Go to the source code of this file.
Functions | |
bool | vpinmdb::downloadFile (const std::string &url, const fs::path &destPath) |
Downloads a single file using libcurl. | |
Defines the download functionality for VpinMdb media in ASAPCabinetFE.
This header provides a function for downloading files using libcurl.
bool vpinmdb::downloadFile | ( | const std::string & | url, |
const fs::path & | destPath | ||
) |
Downloads a single file using libcurl.
url | URL to download from. |
destPath | Destination file path. |