mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
aria2c: fix multiple url use syntax and add checksum usage (#12250)
* aria2c: fix multiple url use syntax and add checksum usage * Update pages/common/aria2c.md Co-authored-by: Juri Dispan <juri.dispan@posteo.net> --------- Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
parent
f4d1a1d775
commit
299f11dc6d
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@
|
|||
|
||||
`aria2c --force-sequential {{false}} "{{url1 url2 ...}}"`
|
||||
|
||||
- Download from multiple sources with each URI pointing to the same file:
|
||||
- Download the same file from different mirrors and verify the checksum of the downloaded file:
|
||||
|
||||
`aria2c "{{url1 url2 ...}}"`
|
||||
`aria2c --checksum={{sha-256}}={{hash}} "{{url1}}" "{{url2}}" "{{urlN}}"`
|
||||
|
||||
- Download the URIs listed in a file with a specific number of parallel downloads:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue