Axel-加速下载工具

Axel 通过打开多个 HTTP/FTP 连接来将一个文件进行分段下载,从而达到加速下载的目的。对于下载大文件,该工具将特别有用。

  • 安装:sudo apt-get install axel
  • 一般使用:axel url(下载文件地址)
  • 限速使用:加上 -s 参数,如 -s 10240,即每秒下载的字节数,这里是 10 Kb
  • 限制连接数:加上 -n 参数,如 -n 5,即打开 5 个连接

[via]

Read More:

3 Comments

  1. 1 fcicq Commented @ 2009-02-07 17:23Reply to this comment

    aria2 应该是好一些的

  2. 2 weakish Commented @ 2010-05-18 16:32Reply to this comment

    貌似的确是aria2好些。 axel都不支持resume。其实一般用浏览器直接下载和wget也够了。有时候实在速度慢得不行,才想到用加速的。aria2 -c就可以接着下,前面下的不浪费。

  3. 3 快播电影 Commented @ 2010-11-03 10:28Reply to this comment

    服务器用WGET就很给力了