mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 06:15:22 +02:00
aria2c: add new example (#2515)
This commit is contained in:
parent
18370557b2
commit
840d3f2dd9
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@
|
|||
- FTP download with username and password:
|
||||
|
||||
`aria2c --ftp-user={{username}} --ftp-passwd={{password}} {{url}}`
|
||||
|
||||
- Limit download speed in bytes/s:
|
||||
|
||||
`aria2c --max-download-limit={{speed}} {{url}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue