说明:
wget 是个不错的下载工具,可惜不知道怎么使用断点续传功能(貌似没有这功能)。axel 可以继点续传,喜欢的朋友可以试试。
安装:
[upall@local ~]# wget http://soft.shangpan.com/linux/axel-2.4.tar.gz [upall@local ~]# tar zxvf axel-2.4.tar.gz [upall@local ~]# cd axel-2.4 [upall@local ~]# ./configure [upall@local ~]# make && make install
用法:
[upall@local ~]# axel http://dn/axel.tgz [upall@local ~]# axel -n 10 http://dn/axel.tgz // 限制10线程 [upall@local ~]# axel -s 10240 http://dn/axel.tgz // 限速10k
预览:
<完>