Axel:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
创建新页面为 'Axel是一个命令行下载工具,由Axel Download Accelerator project呈现——[http://axel.alioth.debian.org/ 主页] axel使用方略: 假设已知多个来源,分...'
 
Luojie-dune留言 | 贡献
无编辑摘要
 
(未显示同一用户的4个中间版本)
第1行: 第1行:
Axel是一个命令行下载工具,由Axel Download Accelerator project呈现——[http://axel.alioth.debian.org/ 主页]
Axel是一个命令行下载工具,支持多来源、多线程,由[http://axel.alioth.debian.org/ Axel Download Accelerator project]呈现——


axel使用方略:
== 安装 ==
安装方式可以是
 
  apt://axel
或者
  sudo apt-get install axel
 
== 使用方略 ==


假设已知多个来源,分别为url1,url2 等
假设已知多个来源,分别为url1,url2 等
第7行: 第14行:
axel [options] url1 [url2] [url...]
axel [options] url1 [url2] [url...]


--max-speed=x -s x Specify maximum speed (bytes per second)
  --max-speed=x
最高速度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
  --num-connections=x
搜索镜像
  -n x
:Specify maximum number of connections连接数x


--header=x -H x Add header string
  --output=f
添加头文件字符串x
  -o f
:Specify local output file下载为本地文件f


--user-agent=x -U x Set user agent
  --search[=x]
  -S [x]
:Search for mirrors and download from x servers搜索镜像


  --header=x
  -H x
:Add header string添加头文件字符串x


--no-proxy -N Just don't use any proxy server
  --user-agent=x
不使用代理服务器
  -U x
:Set user agent


--quiet -q Leave stdout alone
  --no-proxy
  -N
:Just don't use any proxy server不使用代理服务器


  --quiet
  -q
:Leave stdout alone


--verbose -v More status information


  --verbose
  -v
:More status information更多状态信息


--alternate -a Alternate progress indicator
  --alternate
  -a
:Alternate progress indicator


  --help
  -h
:帮助


--help -h This information
  --version
帮助
  -V
:版本信息


--version -V Version information
[[Category:网络]]
版本信息

2010年4月23日 (五) 09:39的最新版本

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
版本信息