mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-25 18:03:07 +03:00
Formatted axel page
This commit is contained in:
parent
4d06323826
commit
7aaf8e383e
@ -1,24 +1,24 @@
|
|||||||
# axel
|
# axel
|
||||||
|
|
||||||
> Download accelerator
|
> Download accelerator.
|
||||||
> Supports HTTP, HTTPS, and FTP
|
> Supports HTTP, HTTPS, and FTP.
|
||||||
|
|
||||||
- Download a URL to a file
|
- Download a URL to a file:
|
||||||
|
|
||||||
`axel {{url}}`
|
`axel {{url}}`
|
||||||
|
|
||||||
- Download and specify filename
|
- Download and specify filename:
|
||||||
|
|
||||||
`axel {{url}} -o {{filename}}`
|
`axel {{url}} -o {{filename}}`
|
||||||
|
|
||||||
- Download with multiple connections
|
- Download with multiple connections:
|
||||||
|
|
||||||
`axel -n {{connections_num}} {{url}}`
|
`axel -n {{connections_num}} {{url}}`
|
||||||
|
|
||||||
- Search for mirrors
|
- Search for mirrors:
|
||||||
|
|
||||||
`axel -S {{mirrors_num}} {{url}}`
|
`axel -S {{mirrors_num}} {{url}}`
|
||||||
|
|
||||||
- Limit download speed (bytes per second)
|
- Limit download speed (bytes per second):
|
||||||
|
|
||||||
`axel -s {{speed}} {{url}}`
|
`axel -s {{speed}} {{url}}`
|
||||||
|
Loading…
Reference in New Issue
Block a user