DownloadFile

Function DownloadFile 

Source
pub(crate) async fn DownloadFile(
    Client: &Client,
    URL: &str,
    DestinationPath: &Path,
) -> Result<()>
Expand description

Downloads a file from a URL to a specified path.