DotnetCampus.FileDownloader
The repo includes the file download library and the file download tool.
The repo includes the file download library and the file download tool. The project is written primarily in C#, distributed under the MIT License license, first published in 2020. Key topics include: dotnet, dotnet-core, dotnet-tool.
Latest release: 2.2.2— UOS_FileDownloader_2.2.2
January 29, 2024View Changelog →
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
csharpvar segmentFileDownloader = new SegmentFileDownloader(url, file); await segmentFileDownloader.DownloadFileAsync();
Downloader by AduDownload

AduDownload with FileDownloader.zip
Thanks
Contributors
Showing top 5 contributors by commit count.
This article is auto-generated from dotnet-campus/dotnetCampus.FileDownloader via the GitHub API.Last fetched: 6/29/2026
