Multiple simultaneous downloads using Wget?

前端 未结 16 1212
旧时难觅i
旧时难觅i 2020-12-04 04:50

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?

16条回答
  •  暖寄归人
    2020-12-04 05:07

    try pcurl

    http://sourceforge.net/projects/pcurl/

    uses curl instead of wget, downloads in 10 segments in parallel.

提交回复
热议问题