mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
Merge branch 'add_aria2c' of git://github.com/lizhuoli1126/tldr into lizhuoli1126-add_aria2c
This commit is contained in:
commit
4bf8701b2f
28
pages/common/aria2c.md
Normal file
28
pages/common/aria2c.md
Normal file
@ -0,0 +1,28 @@
|
||||
# aria2c
|
||||
|
||||
> Fast download utility
|
||||
> Supports HTTP(S), FTP, SFTP, BitTorrent, and Metalink
|
||||
|
||||
- Download a URI(include Metalink) to a file
|
||||
|
||||
`aria2c {{url}}`
|
||||
|
||||
- Download from multiple sources
|
||||
|
||||
`aria2c {{url_1}} {{url_2}}`
|
||||
|
||||
- Download the URIs listed in a file (one line one URI)
|
||||
|
||||
`aria2c -i {{filename}}`
|
||||
|
||||
- Download with multiple connections
|
||||
|
||||
`aria2c -s {{connections_num}} {{url}}`
|
||||
|
||||
- Limit download speed
|
||||
|
||||
`aria2c --max-download-limit {{200K}} {{url}}`
|
||||
|
||||
- FTP download with username and password
|
||||
|
||||
`aria2c --ftp-user={{username}} --ftp-passwd={{password}} {{url}}`
|
Loading…
Reference in New Issue
Block a user