Linux command
axel 命令
网络
复制后可按需替换文件名、目录或参数。
常用示例
Download
axel [https://example.com/file.zip]
Example
axel -n [16] [https://example.com/file.zip]
Save
axel -o [output.zip] [https://example.com/file.zip]
Quiet
axel -q [https://example.com/file.zip]
Example
axel -s [1024000] [https://example.com/file.zip]
说明
axel is a lightweight download accelerator that opens multiple HTTP/FTP connections to the same file. By downloading different parts of the file simultaneously, it can significantly speed up downloads compared to single-connection tools. The tool is particularly effective for large files on servers that don't rate-limit individual connections.
参数
- -n _num_
- Number of connections (default: 4)
- -o _file_
- Output filename
- -s _bytes_
- Maximum speed in bytes per second
- -a
- Show more detailed progress
- -q
- Quiet mode
- -H _header_
- Add HTTP header
- -U _agent_
- Set user agent
- --max-redirect=_num_
- Maximum redirects to follow
- -N
- No proxy
FAQ
What is the axel command used for?
axel is a lightweight download accelerator that opens multiple HTTP/FTP connections to the same file. By downloading different parts of the file simultaneously, it can significantly speed up downloads compared to single-connection tools. The tool is particularly effective for large files on servers that don't rate-limit individual connections.
How do I run a basic axel example?
Run `axel [https://example.com/file.zip]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -n _num_ do in axel?
Number of connections (default: 4)