Linux下载工具——axel

参考:https://linux.cn/article-5645-1.html

Axel:

  下载加速器,可以下载网络上的任意文件;

在终端查看命令帮助手册,输入命令:

1. axel -h #查看axel使用格式
2. man
axel #详细介绍axel命令

第一个命令返回:

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
--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
--user-agent=x          -U x    Set user agent
--no-proxy              -N      Just don't use any proxy server
--insecure              -k      Don't verify the SSL certificate
--quiet                 -q      Leave stdout alone
--verbose               -v      More status information
--alternate             -a      Alternate progress indicator
--help                  -h      This information
--version               -V      Version information

posted on 2018-11-24 10:07  枪眼  阅读(128)  评论(0)    收藏  举报

导航