axel是一款多線程下載工具,同一個(gè)文件可以建立多個(gè)連接同時(shí)下載。
axel的下載和安裝:
可以直接使用linux的aptget
apt-get install axel
axel參數(shù)如下
Usage: axel [options] url1 [url2] [url...]
--max-speed=x -s x Specify maximum speed (bytes per second) # 指定最大速度(字節(jié)每秒)
--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 # 從x服務(wù)器搜索鏡像并下載
--header=x -H x Add header string # 添加header字符串
--user-agent=x -U x Set user agent # 設(shè)置用戶代理
--no-proxy -N Just don't use any proxy server # 不使用任何代理服務(wù)器
--quiet -q Leave stdout alone # 不顯示標(biāo)準(zhǔn)輸出(我猜的沒用過)
--verbose -v More status information # 更多狀態(tài)信息
--alternate -a Alternate progress indicator # 備用進(jìn)度指示器
--help -h This information # 幫助
--version -V Version information # 版本信息
示例:
axel -n 10 -o /tmp/ http://www.linuxde.net/lnmp.tar.gz
注:網(wǎng)頁相關(guān)簡介提示,斷網(wǎng)后重新輸入一編命令,會(huì)斷點(diǎn)續(xù)傳(沒試過)