2012年(366)
分类: 系统运维
2012-03-10 19:36:42
1.下载命令wget,
usage: wget -i http://*
说明: http://*为下载文件网址及文件名
example: wget -i
2.用axel加快下载速度
安装axel
apt-get install axel
运行axel
usage: axel -n 10 -o /tmp/
3.用aria2断点下载文件
apt-get install aria2
example: aria2c
分段下载:
example: aria2c -s 2
断点下载:
example: aria2c -c
下载torrent文件
example: aria2c -o *.torrent http://*