tldr/pages/common/aria2c.md

25 lines
454 B
Markdown
Raw Normal View History

2015-12-30 21:26:37 +00:00
# aria2c
> Fast download utility
> Supports HTTP(S), FTP, SFTP, BitTorrent, and Metalink
- Download a URI to a file
2015-12-30 21:26:37 +00:00
`aria2c {{url}}`
- Download from multiple sources
`aria2c {{url_1}} {{url_2}}`
- Download the URIs listed in a file
2015-12-30 21:26:37 +00:00
`aria2c -i {{filename}}`
- Download with multiple connections
`aria2c -s {{connections_num}} {{url}}`
- FTP download with username and password
`aria2c --ftp-user={{username}} --ftp-passwd={{password}} {{url}}`