1
0
Fork 0
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:
Miguel Mendes 2018-10-29 13:59:22 -03:00 committed by Owen Voke
parent 18370557b2
commit 840d3f2dd9

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