mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 16:43:37 +00:00
31 lines
616 B
Plaintext
31 lines
616 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# axel
|
|
|
|
> Download accelerator.
|
|
> Supports HTTP, HTTPS, and FTP.
|
|
> More information: <https://manned.org/axel>.
|
|
|
|
- Download a URL to a file:
|
|
|
|
`axel {{url}}`
|
|
|
|
- Download and specify an output file:
|
|
|
|
`axel {{url}} {{[-o|--output]}} {{path/to/file}}`
|
|
|
|
- Download with a specific number connections:
|
|
|
|
`axel {{[-n|--num-connections]}} {{connections_num}} {{url}}`
|
|
|
|
- Search for mirrors:
|
|
|
|
`axel {{[-S|--search]}} {{mirrors_num}} {{url}}`
|
|
|
|
- Limit download speed (bytes per second):
|
|
|
|
`axel {{[-s|--max-speed]}} {{speed}} {{url}}`
|