GitPedia

DotnetCampus.FileDownloader

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

From dotnet-campus·Updated March 19, 2026·View on GitHub·

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.2UOS_FileDownloader_2.2.2
January 29, 2024View Changelog →

dotnetCampus.FileDownloader

BuildNuGet

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

csharp
var segmentFileDownloader = new SegmentFileDownloader(url, file); await segmentFileDownloader.DownloadFileAsync();

Downloader by AduDownload

AduDownload with FileDownloader.zip

Thanks

Contributors

Showing top 5 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from dotnet-campus/dotnetCampus.FileDownloader via the GitHub API.Last fetched: 6/29/2026