Build | NuGet |
---|---|
The repo includes the file download library and the file download tool.
A dotnet tool to download files.
dotnet tool install -g dotnetCampus.FileDownloader.Tool
DownloadFile -u [the download url] -o [the download file]
dotnet add package dotnetCampus.FileDownloader
var segmentFileDownloader = new SegmentFileDownloader(url, file);
await segmentFileDownloader.DownloadFileAsync();