ASAPCabinetFE
 
Loading...
Searching...
No Matches
vpinmdb_downloader.h File Reference

Defines the download functionality for VpinMdb media in ASAPCabinetFE. More...

#include "log/logging.h"
#include <curl/curl.h>
#include <filesystem>
#include <string>
+ Include dependency graph for vpinmdb_downloader.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Defines the download functionality for VpinMdb media in ASAPCabinetFE.

This header provides a function for downloading files using libcurl.

Function Documentation

◆ downloadFile()

bool vpinmdb::downloadFile ( const std::string &  url,
const fs::path &  destPath 
)

Downloads a single file using libcurl.

Parameters
urlURL to download from.
destPathDestination file path.
Returns
True if successful, false otherwise.
+ Here is the call graph for this function:
+ Here is the caller graph for this function: