一 获得Axel
32 位系统
wget -c http://www.centoscn.com/tool/axel-2.4-1.el5.rf.i386.rpm
安装
rpm -ivh axel-2.4-1.el5.rf.i386.rpm
64位系统
wget -c http://www.centoscn.com/tool/axel-2.4-1.el5.rf.x86_64.rpm
rpm -ivh axel-2.4-1.el5.rf.x86_64.rpm
二 使用参数
选项 | 相应功能 |
-n | 指定线程数 |
-s | 限制最大速度(带宽) |
-q | 静默模式 |
-o | 文件另存为(到别的目录) |
--help | 显示帮助信息 |
--version | 显示版本信息 |
三 使用
1 限制最大为100kb带宽下载《putty.exe》
axel -s 102400 http://www.centoscn.com/putty.exe
时间: 2024-10-22 14:00:35