1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

aria2: convert into page alias for aria2c (#5983)

This commit is contained in:
CleanMachine1 2021-05-18 19:22:38 +01:00 committed by GitHub
parent c25d84b7dc
commit d5ec320f47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,33 +1,7 @@
# aria2
> A lightweight multi-protocol & multi-source command-line download utility.
> Supports HTTP, HTTPS, FTP, SFTP, BitTorrent and Metalink.
> More information: <https://aria2.github.io/>.
> This command is an alias of `aria2c`.
- Download a web resource:
- View documentation for the updated command:
`aria2c {{http://example.org/myLinux.iso}}`
- Download a resource from multiple sources:
`aria2c {{http://mirror1.org/myLinux.iso}} {{http://mirror2.org/myLinux.iso}}`
- Download using 2 connections per host:
`aria2c -x{{2}} {{http://example.org/myLinux.iso}}`
- Download from a Metalink URI:
`aria2c {{http://example.org/myLinux.metalink}}`
- Download from a BitTorrent URI:
`aria2c {{http://example.org/myLinux.torrent}}`
- Download from a BitTorrent Magnet URI:
`aria2c {{'magnet:?xt=urn:btih:248D0A1CD08284299DE78D5C1ED359BB46717D8C'}}`
- Download URIs from a file:
`aria2c -i {{uris.txt}}`
`tldr aria2c`