Speed up Downloading Files on Linux

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>
原文地址:https://www.cnblogs.com/darkmatter/p/3606823.html