https://github.com/dotnet-campus/dotnetcampus.filedownloader
The repo includes the file download library and the file download tool.
https://github.com/dotnet-campus/dotnetcampus.filedownloader
dotnet dotnet-core dotnet-tool
Last synced: 12 months ago
JSON representation
The repo includes the file download library and the file download tool.
- Host: GitHub
- URL: https://github.com/dotnet-campus/dotnetcampus.filedownloader
- Owner: dotnet-campus
- License: mit
- Created: 2020-07-08T01:56:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-25T11:25:31.000Z (about 1 year ago)
- Last Synced: 2025-05-25T12:30:25.479Z (about 1 year ago)
- Topics: dotnet, dotnet-core, dotnet-tool
- Language: C#
- Homepage:
- Size: 449 KB
- Stars: 63
- Watchers: 5
- Forks: 16
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnetCampus.FileDownloader
| Build | NuGet |
|--|--|
||[](https://www.nuget.org/packages/dotnetCampus.FileDownloader)|
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](https://github.com/dotnet-campus/dotnetCampus.FileDownloader/releases/download/AduDownload_1.0.1/AduDownload.with.FileDownloader.zip)
## Thanks
- [@AduSkin](https://github.com/AduSkin) [AduDownload](https://gitee.com/aduskin/AduDownload)
- [@maplewei](https://github.com/maplewei)
- [NanaGet](https://github.com/M2Team/NanaGet)