Function forest_filecoin::cli_shared::snapshot::download_http

source ยท
async fn download_http(
    url: &Url,
    directory: &Path,
    filename: &str,
) -> Result<PathBuf>
Expand description

Download the file at url with a private HTTP client, returning the path to the downloaded file