Axel与Wget下载工具
Axel工具是linux下的http/ftp中強大下載工具,支持多線程和斷點續(xù)傳下載。且可以從多個地址或者從一個地址的多個連接來下載同一個文件。
常用的選項:
[root@wjoyxt ~]# axel -h查看幫助信息
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(指定線程數(shù))
--output=f? -o f Specify local output file(保存文件到其他目錄)
--search[=x]? -S [x] Search for mirrors and download from x servers(指定不同鏡像站下載文件)
--header=x? -H x Add header string(指定HTTP? 頭字串)
--user-agent=x? -U x Set user agent
--no-proxy? -N Just don't use any proxy server
--quiet? -q Leave stdout alone
--verbose? -v --alternate? -a Alternate progress indicator(用不刷屏的下載進度條)
--help? -h This information? 查看幫助信息
--version? -V Version information查看版本信息。
?
wget -c http://pkgs.repoforge.org/axel/axel-2.4-1.el6.rf.x86_64.rpm?下載安裝包。?? wget -c 也支持斷點續(xù)傳功能
常用參數(shù):
-n?? 指定線程數(shù)
-o?? 指定另存為目錄
-q?? 靜默模式
-P ? 下載到指定目錄下,后面加目錄名 ?(大寫)
例如 :axel -n 10 -o /tmp/ ?http://soft.vpser.net/lnmp/lnmp0.7-full.tar.gz
?
?
?
總結
以上是生活随笔為你收集整理的Axel与Wget下载工具的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: (转载)MyEclipse github
- 下一篇: Android View的加载过程