A simple CLI to download multiple files with wget. It can be stopped and resume thanks to wget
feature to continue downloads.
If you need to download multiple files and don't want to remember all the wget
options.
Go to the release page and download the binary you need.
WARNING: You need to have wget
already installed on your system.
If you are on windows make sure you install it with the setup package listed on the official wget page
Just run it with all the urls you want to download:
multi-wget http://download.url/file1 http://another.download.url/file2
Go Dependencies: