linux多线程快速下载工具--axel

1.安装

apt install axel

2.使用

axel -n 200 https://example.com
​ 其中-n后面的200表示线程数量,可自行修改
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
--max-redirect=x        Specify maximum number of redirections
--output=f        -o f    Specify local output file
--search[=n]        -S[n]    Search for mirrors and download from n servers
--ipv4            -4    Use the IPv4 protocol
--ipv6            -6    Use the IPv6 protocol
--header=x        -H x    Add HTTP 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
--no-clobber        -c    Skip download if file already exists
--quiet            -q    Leave stdout alone
--verbose        -v    More status information
--alternate        -a    Alternate progress indicator
--help            -h    This information
--timeout=x        -T x    Set I/O and connection timeout
--version        -V    Version information

项目地址

Last modification:August 27, 2023
V50%看看实力