Speed up Downloading Files on Linux
阅读原文时间:2023年07月10日阅读:1

Compared aria2c, axel and wget, aria2c is the best. It support multi-thread download (with "-s ") and resume partially downloaded files automatically (you have to use "-c" in wget for this function). Synopsis:

$ aria2c -s 10 <URL>