Skip to content

nt0tsky/parallel-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Downloader

This application downloads files in parallel by chunks.

Installation

To install the application, clone the repository:

git clone https://github.com/nt0tsky/parallel-downloader.git

Usage

Build the application:

go build -o downloader ./cmd/main.go

Run the application with the desired command-line arguments:

./downloader -threads=3 -url=<URL> -destinationFolder=<DestinationFolder>

Command-line Flags

  • -threads: Limit the number of downloading goroutines (default is 3).
  • -url: Specify the URL of the file to download.
  • -destinationFolder: Specify the destination folder where the downloaded file will be saved.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages