tldr/pages/common/axel.md

26 lines
485 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.
> 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}}`
- Download and specify an [o]utput file:
2015-12-30 21:25:59 +00:00
`axel {{url}} -o {{path/to/file}}`
2015-12-30 21:25:59 +00:00
- Download with a specific [n]umber connections:
2015-12-30 21:25:59 +00:00
`axel -n {{connections_num}} {{url}}`
- [S]earch for mirrors:
2015-12-30 21:25:59 +00:00
`axel -S {{mirrors_num}} {{url}}`
- Limit download [s]peed (bytes per second):
2015-12-30 21:25:59 +00:00
`axel -s {{speed}} {{url}}`