2015-12-31 05:25:59 +08:00
|
|
|
# axel
|
|
|
|
|
2016-01-21 13:18:30 +01:00
|
|
|
> Download accelerator.
|
|
|
|
> Supports HTTP, HTTPS, and FTP.
|
2025-03-28 05:26:23 +02:00
|
|
|
> More information: <https://manned.org/axel>.
|
2015-12-31 05:25:59 +08:00
|
|
|
|
2016-01-21 13:18:30 +01:00
|
|
|
- Download a URL to a file:
|
2015-12-31 05:25:59 +08:00
|
|
|
|
|
|
|
`axel {{url}}`
|
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Download and specify an output file:
|
2015-12-31 05:25:59 +08:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`axel {{url}} {{[-o|--output]}} {{path/to/file}}`
|
2015-12-31 05:25:59 +08:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Download with a specific number connections:
|
2015-12-31 05:25:59 +08:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`axel {{[-n|--num-connections]}} {{connections_num}} {{url}}`
|
2015-12-31 05:25:59 +08:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Search for mirrors:
|
2015-12-31 05:25:59 +08:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`axel {{[-S|--search]}} {{mirrors_num}} {{url}}`
|
2015-12-31 05:25:59 +08:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Limit download speed (bytes per second):
|
2015-12-31 05:25:59 +08:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`axel {{[-s|--max-speed]}} {{speed}} {{url}}`
|