mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 17:15:32 +02:00
Formatted aria2c
This commit is contained in:
parent
5ae1cf6167
commit
b470ee397b
1 changed files with 7 additions and 7 deletions
|
@ -1,24 +1,24 @@
|
|||
# aria2c
|
||||
|
||||
> Fast download utility
|
||||
> Supports HTTP(S), FTP, SFTP, BitTorrent, and Metalink
|
||||
> Fast download utility.
|
||||
> Supports HTTP(S), FTP, SFTP, BitTorrent, and Metalink.
|
||||
|
||||
- Download a URI to a file
|
||||
- Download a URI to a file:
|
||||
|
||||
`aria2c {{url}}`
|
||||
|
||||
- Download from multiple sources
|
||||
- Download from multiple sources:
|
||||
|
||||
`aria2c {{url_1}} {{url_2}}`
|
||||
|
||||
- Download the URIs listed in a file
|
||||
- Download the URIs listed in a file:
|
||||
|
||||
`aria2c -i {{filename}}`
|
||||
|
||||
- Download with multiple connections
|
||||
- Download with multiple connections:
|
||||
|
||||
`aria2c -s {{connections_num}} {{url}}`
|
||||
|
||||
- FTP download with username and password
|
||||
- FTP download with username and password:
|
||||
|
||||
`aria2c --ftp-user={{username}} --ftp-passwd={{password}} {{url}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue