是什么 ? | : | a lightweight multi-connections command-line download utility. |
开发语言 | : | C |
源码仓库 | : | https://github.com/axel-download-accelerator/axel |
同类软件 | : | aria2 |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
Windows | scoop | scoop install axel |
Windows | Chocolatey | choco install -y axel |
macOS | HomeBrew | brew install axel |
GNU/Linux | HomeBrew | brew install axel |
apt | sudo apt-get install -y axel | |
CentOS | yum | sudo yum install -y axel |
dnf | sudo dnf install -y axel | |
openSUSE | zypper | sudo zypper install -y axel |
Alpine Linux | apk | sudo apk add axel |
pacman | sudo pacman -Syyu --noconfirm |
axel
命令的使用格式如下:
axel [option]... [URL]...
查看axel
命令的使用帮助。
查看axel
的版本信息。
输出更多的信息。
安静模式,不输出信息。
设置超时,单位为秒
。
设置下载后的文件路径。
设置分成N
个线程并行下载。
设置HTTP请求头
。
设置User-Agent请求头
。
设置最多重定向M
次。
设置最大下载速度为S bytes per second
。