本文主要介绍axel在linux环境下的安装与使用。

  1. 安装

    centos7

    yum install epel-release
    yum install axel

    debian/ubuntu

    apt-get install axel

在命令行内输入上述命令即可。

  1. 额外选项

    --max-speed=x , -s x 最高速度x
    --num-connections=x , -n x 连接数x
    --output=f , -o f 下载为本地文件f
    --search[=x] , -S [x] 搜索镜像
    --header=x , -H x 添加头文件字符串x(指定 HTTP header)
    --user-agent=x , -U x 设置用户代理(指定 HTTP user agent)
    --no-proxy , -N 不使用代理服务器
    --quiet , -q 静默模式
    --verbose ,-v 更多状态信息
    --alternate , -a Alternate progress indicator
    --help ,-h 帮助
    --version ,-V 版本信息

  2. 语法

    axel [options] url1 [url2] [url...]

  3. 实例

    使用10线程下载http服务器上的test.jpg:
    axel -n 10 http://abcd.com/test.jpg
    使用10线程下载ftp服务器上的test.jpg:
    axel -n 10 ftp://username:[email protected]/test.jpg

Last modification:February 25, 2020
If you think my article is useful to you, please feel free to appreciate