aria2c: add new example (#2515)

italian
Miguel Mendes 2018-10-29 13:59:22 -03:00 committed by Owen Voke
parent 18370557b2
commit 840d3f2dd9
1 changed files with 4 additions and 0 deletions

View File

@ -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}}`