您的位置:首页 > 运维架构 > Linux

linux下的多线程下载工具axel

2008-05-01 11:39 501 查看
linux下也有很多多线程下载工具,我使用了prozilla-1.3.6和axel1.0b,感觉axel比prozilla更好用一些,支持断点续传.
axel下载地址:http://wilmer.gaast.net/main.php/axel.html,目前最新版本是1.0B.它的用法很简单,只有10个参数,在终端中如下:
Usage: axel [options] url1 [url2] [url...]

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

一个典型且最基本的用法如下,以10个线程下载mysl到/home/aloie/soft
axel -n 10 -o /home/aloie/soft http://mirror.mysql-partners-jp.biz/Downloads/MySQL-5.0/mysql-5.0.51a-linux-i686-glibc23.tar.gz
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: