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

Implements the download functionality for VpinMdb media. More...

#include "vpinmdb_downloader.h"
#include <fstream>
+ Include dependency graph for vpinmdb_downloader.cpp:

Functions

bool vpinmdb::downloadFile (const std::string &url, const fs::path &destPath)
 Downloads a single file using libcurl.
 

Detailed Description

Implements the download functionality for VpinMdb media.

This file provides the implementation 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: