tldr/pages/common/axel.md

26 lines
450 B
Markdown
Raw Normal View History

2015-12-31 00:25:59 +03:00
# axel
2016-01-21 15:18:30 +03:00
> Download accelerator.
> Supports HTTP, HTTPS, and FTP.
2019-04-11 19:28:19 +03:00
> Homepage: <https://github.com/axel-download-accelerator/axel>.
2015-12-31 00:25:59 +03:00
2016-01-21 15:18:30 +03:00
- Download a URL to a file:
2015-12-31 00:25:59 +03:00
`axel {{url}}`
2016-01-21 15:18:30 +03:00
- Download and specify filename:
2015-12-31 00:25:59 +03:00
`axel {{url}} -o {{filename}}`
2016-01-21 15:18:30 +03:00
- Download with multiple connections:
2015-12-31 00:25:59 +03:00
`axel -n {{connections_num}} {{url}}`
2016-01-21 15:18:30 +03:00
- Search for mirrors:
2015-12-31 00:25:59 +03:00
`axel -S {{mirrors_num}} {{url}}`
2016-01-21 15:18:30 +03:00
- Limit download speed (bytes per second):
2015-12-31 00:25:59 +03:00
`axel -s {{speed}} {{url}}`