⚡ A CLI tool and Go library to ultra fast download files over HTTP(S)
A fastget CLI Tool
fastget is an open source CLI tool to ultrafast download files over HTTP(s).
fastget $fileURL [flags]
$ fastget https://file.example.com // Basic Usage
$ fastget http://speedtest.tele2.net/10MB.zip -H "Authorization: Basic ASYFASUF" // Custom Header
$ fastget http://speedtest.tele2.net/10MB.zip -w 6 // Increased no. of workers
$ fastget -v
-d, --debug show debug information
-H, --header stringArray output file to be written
-h, --help help for fastget
-o, --output string output file to be written (default ".")
-v, --version show fastget version information
-w, --workers int use <n> parellel threads (default 3)