Multiple simultaneous downloads using Wget?

jubo picture jubo · Aug 7, 2010 · Viewed 228.8k times · Source

I'm using wget to download website content, but wget downloads the files one by one.

How can I make wget download using 4 simultaneous connections?

Answer

gmarian picture gmarian · Nov 15, 2012

use the aria2 :

aria2c -x 16 [url]
#          |
#          |
#          |
#          ----> the number of connections 

http://aria2.sourceforge.net

I love it !!