Hey, I'm wondering if you're sure you need different IP addresses... could you test out your tool and see if you can get a faster download speed in comparison to this tool (uses multiple threads):
brew install aria2 # OSX
apt-get install aria2 # ubuntu
You can then run the following command to use 16 threads:
aria2c -x 16 -s 16 http://some_url/some_big_file.tar
Hey, I'm wondering if you're sure you need different IP addresses... could you test out your tool and see if you can get a faster download speed in comparison to this tool (uses multiple threads):
You can then run the following command to use 16 threads: