Hello
I would like to make some kind of download manager that you can feed a file of links which it would then download.
I can make it work for one at a time but it takes like forever to do them all and my internet connection isn't fully used so I would like to make it download multiple things at the same time.
I know wget can't do this but maybe I can split the file up in parts and download for example 4 thing at the same time using 4 separate wget commands.
How can I do this (as simple as possible)
Thanks,
Jasper