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>

posted on 2014-03-18 08:14  leechau  阅读(194)  评论(0编辑  收藏  举报

导航