加速下载工具-Axel
2013-01-08 09:53:19 阿炯

本站赞助商链接,请多关照。 Axel 通过打开多个 HTTP/FTP 连接来将一个文件进行分段下载,从而达到加速下载的目的。对于下载大文件,该工具将特别有用,该工具现已经成为debian官方源里的下载工具了。

Axel tries to accelerate HTTP/FTP downloading process by using multiple connections for one file. It can use multiple mirrors for a download. Axel has no dependencies and is lightweight, so it might be useful as a wget clone on byte-critical systems.

一般使用:axel url(下载文件地址)
限速使用:加上 -s 参数,如 -s 102400,即每秒下载的字节数,这里是 100 Kb
限制连接数:加上 -n 参数,如 -n 8,即打开 8 个连接

下载的时候默认会在终端打出log, 可以通过-q 参数来进入安静模式,也可通过后面加&把工作加入到后台当中进行。

最新版本:2.4


项目主页:http://axel.alioth.debian.org/