dotnetCampus.FileDownloader icon indicating copy to clipboard operation
dotnetCampus.FileDownloader copied to clipboard

The repo includes the file download library and the file download tool.

dotnetCampus.FileDownloader

Build NuGet

The repo includes the file download library and the file download tool.

File download tool

A dotnet tool to download files.

Install

dotnet tool install -g dotnetCampus.FileDownloader.Tool

Usage

DownloadFile -u [the download url] -o [the download file]

File download library

Install

dotnet add package dotnetCampus.FileDownloader

Usage

var segmentFileDownloader = new SegmentFileDownloader(url, file);

await segmentFileDownloader.DownloadFileAsync();

Downloader by AduDownload

AduDownload with FileDownloader.zip

Thanks