tldr/pages/common/axel.md

25 lines
385 B
Markdown
Raw Normal View History

2015-12-30 21:25:59 +00:00
# axel
2016-01-21 12:18:30 +00:00
> Download accelerator.
> Supports HTTP, HTTPS, and FTP.
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}}`
2016-01-21 12:18:30 +00:00
- Download and specify filename:
2015-12-30 21:25:59 +00:00
`axel {{url}} -o {{filename}}`
2016-01-21 12:18:30 +00:00
- Download with multiple connections:
2015-12-30 21:25:59 +00:00
`axel -n {{connections_num}} {{url}}`
2016-01-21 12:18:30 +00:00
- Search for mirrors:
2015-12-30 21:25:59 +00:00
`axel -S {{mirrors_num}} {{url}}`
2016-01-21 12:18:30 +00:00
- Limit download speed (bytes per second):
2015-12-30 21:25:59 +00:00
`axel -s {{speed}} {{url}}`