Dead simple file downloader
- parallel download
- resumable
- progressbar
git clone https://github.com/mostafa-asg/go-dl
cd go-dl/cmd
go build dl.go
./dl -u {YOUR_FILE} -n {CONCURRENCY_Level}
./dl -u https://apache.claz.org/zookeeper/zookeeper-3.7.0/apache-zookeeper-3.7.0-bin.tar.gz
Ctrl+c
Use --resume
./dl -u https://apache.claz.org/zookeeper/zookeeper-3.7.0/apache-zookeeper-3.7.0-bin.tar.gz --resume
See other options
./dl --help