2025-03-14 21:59:59 -06:00
|
|
|
# axel
|
|
|
|
|
|
|
|
|
|
> Download accelerator.
|
2026-02-18 06:55:01 -07:00
|
|
|
> Supports HTTP, HTTPS, FTP, and FTPs.
|
|
|
|
|
> See also: `aria2c`.
|
2025-04-03 20:36:56 -06:00
|
|
|
> More information: <https://manned.org/axel>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Download a URL to a file:
|
|
|
|
|
|
|
|
|
|
`axel {{url}}`
|
|
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
- Download and specify an output file:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`axel {{url}} {{[-o|--output]}} {{path/to/file}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
- Download with a specific number connections:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`axel {{[-n|--num-connections]}} {{number}} {{url}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Use a specific number of mirrors for searching and downloading:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`axel {{[-S|--search=]}}{{number}} {{url}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
- Limit download speed (bytes per second):
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`axel {{[-s|--max-speed]}} {{speed}} {{url}}`
|
2026-02-18 06:55:01 -07:00
|
|
|
|
|
|
|
|
- Use the IPv4 protocol only when connecting to the host:
|
|
|
|
|
|
|
|
|
|
`axel {{[-4|--ipv4]}} {{url}}`
|
|
|
|
|
|
|
|
|
|
- Limit output to `stdout` and use a custom user-agent when downloading:
|
|
|
|
|
|
|
|
|
|
`axel {{[-q|--quiet]}} {{[-U|--user-agent]}} {{"Mozilla/5.0"}} {{url}}`
|