linux下的下载工具axel

linux下最常用的下载工具应该算wget了,但是不满足于wget的下载速度。axel是一个linux下的下载加速工具,它支持多线程下载,而且如果你愿意的话,它还可以到filesearching.com搜索镜像文件下载。
常用的参数:


-n xx 指定线程数为xx
-Sxx 指定从xx个镜像下载
-a 按不刷屏方式显示

例子:
axel ftp://ftp.{be,nl,uk,de}.kernel.org/pub/linux/kernel/v2.4/linux-2.4.17.tar.bz2
从 Belgian, Dutch, English 和 German 的kernel.org镜像下载linux-2.4.17内核

axel -S4 ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-2.4.17.tar.bz2
从filesearching.com搜索4个最快的镜像(如果有的话)下载linux-2.4.17内核

alex -n 10 -o /home/kennycx/ http://xxxx/jre.tar.gz

基本的用法如下: #axel [选项] [下载目录] [下载地址]

-s x Specify maximum speed (bytes per second)
-n x Specify maximum number of connections
-o f Specify local output file
-S [x] Search for mirrors and download from x servers
-N Just don't use any proxy server
-q Leave stdout alone
-v More status information
-a Alternate progress indicator
-h This information
-V Version information

--END--

0 Responses to "linux下的下载工具axel"