aria2c: Removed unneeded example and reworded
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
> Fast download utility
|
> Fast download utility
|
||||||
> Supports HTTP(S), FTP, SFTP, BitTorrent, and Metalink
|
> Supports HTTP(S), FTP, SFTP, BitTorrent, and Metalink
|
||||||
|
|
||||||
- Download a URI(include Metalink) to a file
|
- Download a URI to a file
|
||||||
|
|
||||||
`aria2c {{url}}`
|
`aria2c {{url}}`
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
`aria2c {{url_1}} {{url_2}}`
|
`aria2c {{url_1}} {{url_2}}`
|
||||||
|
|
||||||
- Download the URIs listed in a file (one line one URI)
|
- Download the URIs listed in a file
|
||||||
|
|
||||||
`aria2c -i {{filename}}`
|
`aria2c -i {{filename}}`
|
||||||
|
|
||||||
@@ -19,10 +19,6 @@
|
|||||||
|
|
||||||
`aria2c -s {{connections_num}} {{url}}`
|
`aria2c -s {{connections_num}} {{url}}`
|
||||||
|
|
||||||
- Limit download speed
|
|
||||||
|
|
||||||
`aria2c --max-download-limit {{200K}} {{url}}`
|
|
||||||
|
|
||||||
- FTP download with username and password
|
- FTP download with username and password
|
||||||
|
|
||||||
`aria2c --ftp-user={{username}} --ftp-passwd={{password}} {{url}}`
|
`aria2c --ftp-user={{username}} --ftp-passwd={{password}} {{url}}`
|
||||||
|
Reference in New Issue
Block a user