2015-12-30 21:25:59 +00:00
|
|
|
# axel
|
|
|
|
|
2016-01-21 12:18:30 +00:00
|
|
|
> Download accelerator.
|
|
|
|
> Supports HTTP, HTTPS, and FTP.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <https://github.com/axel-download-accelerator/axel>.
|
2015-12-30 21:25:59 +00:00
|
|
|
|
2016-01-21 12:18:30 +00:00
|
|
|
- Download a URL to a file:
|
2015-12-30 21:25:59 +00:00
|
|
|
|
|
|
|
`axel {{url}}`
|
|
|
|
|
2024-02-09 14:34:08 +00:00
|
|
|
- Download and specify an [o]utput file:
|
2015-12-30 21:25:59 +00:00
|
|
|
|
2022-12-06 06:47:56 +00:00
|
|
|
`axel {{url}} -o {{path/to/file}}`
|
2015-12-30 21:25:59 +00:00
|
|
|
|
2024-02-09 14:34:08 +00:00
|
|
|
- Download with a specific [n]umber connections:
|
2015-12-30 21:25:59 +00:00
|
|
|
|
|
|
|
`axel -n {{connections_num}} {{url}}`
|
|
|
|
|
2024-02-09 14:34:08 +00:00
|
|
|
- [S]earch for mirrors:
|
2015-12-30 21:25:59 +00:00
|
|
|
|
|
|
|
`axel -S {{mirrors_num}} {{url}}`
|
|
|
|
|
2024-02-09 14:34:08 +00:00
|
|
|
- Limit download [s]peed (bytes per second):
|
2015-12-30 21:25:59 +00:00
|
|
|
|
|
|
|
`axel -s {{speed}} {{url}}`
|