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
523 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://manned.org/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 output file:
2015-12-31 05:25:59 +08:00
`axel {{url}} {{[-o|--output]}} {{path/to/file}}`
2015-12-31 05:25:59 +08:00
- Download with a specific number connections:
2015-12-31 05:25:59 +08:00
`axel {{[-n|--num-connections]}} {{connections_num}} {{url}}`
2015-12-31 05:25:59 +08:00
- Search for mirrors:
2015-12-31 05:25:59 +08:00
`axel {{[-S|--search]}} {{mirrors_num}} {{url}}`
2015-12-31 05:25:59 +08:00
- Limit download speed (bytes per second):
2015-12-31 05:25:59 +08:00
`axel {{[-s|--max-speed]}} {{speed}} {{url}}`