Ubuntu Axel命令行下载工具使用详解
时间:2014-12-14 01:16 来源:linux.it.net.cn 作者:IT
Axel是一个命令行下载工具,支持多来源、多线程,由Axel Download Accelerator project呈现
安装方式可以是
apt://axel
或者
sudo apt-get install axel
使用方略
假设已知多个来源,分别为url1,url2 等
axel [options] url1 [url2] [url...]
--max-speed=x
-s x
Specify maximum speed (bytes per second)最高速度x
--num-connections=x
-n x
Specify maximum number of connections连接数x
--output=f
-o f
Specify local output file下载为本地文件f
--search[=x]
-S [x]
Search for mirrors and download from x servers搜索镜像
--header=x
-H x
Add header string添加头文件字符串x
--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
More status information更多状态信息
--alternate
-a
Alternate progress indicator
--help
-h
帮助
--version
-V
版本信息
(责任编辑:IT)
Axel是一个命令行下载工具,支持多来源、多线程,由Axel Download Accelerator project呈现 安装方式可以是 apt://axel 或者 sudo apt-get install axel 使用方略 假设已知多个来源,分别为url1,url2 等 axel [options] url1 [url2] [url...]
--max-speed=x Specify maximum speed (bytes per second)最高速度x
--num-connections=x Specify maximum number of connections连接数x
--output=f Specify local output file下载为本地文件f
--search[=x] Search for mirrors and download from x servers搜索镜像
--header=x Add header string添加头文件字符串x
--user-agent=x Set user agent
--no-proxy Just don't use any proxy server不使用代理服务器
--quiet Leave stdout alone
--verbose More status information更多状态信息
--alternate Alternate progress indicator
--help 帮助
--version 版本信息 (责任编辑:IT) |