Skip to content

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

Notifications You must be signed in to change notification settings

ypeng-ming/dotnetCampus.FileDownloader

 
 

Repository files navigation

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();

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%