1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/axel.md

26 lines
485 B
Markdown
Raw Normal View History

2015-12-31 05:25:59 +08:00
# axel
2016-01-21 13:18:30 +01:00
> Download accelerator.
> Supports HTTP, HTTPS, and FTP.
> More information: <https://github.com/axel-download-accelerator/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}}`
- Download and specify an [o]utput file:
2015-12-31 05:25:59 +08:00
`axel {{url}} -o {{path/to/file}}`
2015-12-31 05:25:59 +08:00
- Download with a specific [n]umber connections:
2015-12-31 05:25:59 +08:00
`axel -n {{connections_num}} {{url}}`
- [S]earch for mirrors:
2015-12-31 05:25:59 +08:00
`axel -S {{mirrors_num}} {{url}}`
- Limit download [s]peed (bytes per second):
2015-12-31 05:25:59 +08:00
`axel -s {{speed}} {{url}}`