mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 20:01:13 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/axel
17
tldr/axel
@@ -6,7 +6,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# axel
|
||||
|
||||
> Download accelerator.
|
||||
> Supports HTTP, HTTPS, and FTP.
|
||||
> Supports HTTP, HTTPS, FTP, and FTPs.
|
||||
> See also: `aria2c`.
|
||||
> More information: <https://manned.org/axel>.
|
||||
|
||||
- Download a URL to a file:
|
||||
@@ -19,12 +20,20 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Download with a specific number connections:
|
||||
|
||||
`axel {{[-n|--num-connections]}} {{connections_num}} {{url}}`
|
||||
`axel {{[-n|--num-connections]}} {{number}} {{url}}`
|
||||
|
||||
- Search for mirrors:
|
||||
- Use a specific number of mirrors for searching and downloading:
|
||||
|
||||
`axel {{[-S|--search]}} {{mirrors_num}} {{url}}`
|
||||
`axel {{[-S|--search=]}}{{number}} {{url}}`
|
||||
|
||||
- Limit download speed (bytes per second):
|
||||
|
||||
`axel {{[-s|--max-speed]}} {{speed}} {{url}}`
|
||||
|
||||
- Use the IPv4 protocol only when connecting to the host:
|
||||
|
||||
`axel {{[-4|--ipv4]}} {{url}}`
|
||||
|
||||
- Limit output to stdout and use a custom user-agent when downloading:
|
||||
|
||||
`axel {{[-q|--quiet]}} {{[-U|--user-agent]}} {{"Mozilla/5.0"}} {{url}}`
|
||||
|
||||
Reference in New Issue
Block a user