multiple wget -r a site simultaneously?

前端 未结 4 1163
隐瞒了意图╮
隐瞒了意图╮ 2021-01-04 23:46

any command / wget with options?

For multithreaded download a site recursively and simultaneously?

4条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-05 00:22

    Use axel to download with multi connections

    apt-get install axel
    
    axel http://example.com/file.zip
    

提交回复
热议问题