|
@@ -32,7 +32,8 @@ Basic Options
|
|
stdout.
|
|
stdout.
|
|
|
|
|
|
*-j*, *--max-concurrent-downloads*=N::
|
|
*-j*, *--max-concurrent-downloads*=N::
|
|
- Set maximum number of parallel downloads.
|
|
|
|
|
|
+ Set maximum number of parallel downloads for every static (HTTP/FTP) URL,
|
|
|
|
+ torrent and metalink.
|
|
Default: '5'
|
|
Default: '5'
|
|
|
|
|
|
*--check-integrity*='true'|'false'::
|
|
*--check-integrity*='true'|'false'::
|
|
@@ -90,9 +91,9 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip
|
|
Download a file using N connections.
|
|
Download a file using N connections.
|
|
If more than N URLs are given, first N URLs are used and remaining URLs are
|
|
If more than N URLs are given, first N URLs are used and remaining URLs are
|
|
used for backup.
|
|
used for backup.
|
|
- If less than N URLs are given, some of the URLs are used more than once so
|
|
|
|
- that totaly N connections are made simultaneously. N must be between '1' and
|
|
|
|
- '16'.
|
|
|
|
|
|
+ If less than N URLs are given, those URLs are used more than once so that N
|
|
|
|
+ connections total are made simultaneously.
|
|
|
|
+ N must be between '1' and '16'. Please see *-j* option too.
|
|
Default: '5'
|
|
Default: '5'
|
|
|
|
|
|
*-t*, *--timeout*=SEC::
|
|
*-t*, *--timeout*=SEC::
|
|
@@ -223,6 +224,10 @@ BitTorrent Specific Options
|
|
You can append 'K' or 'M'(1K = 1024, 1M = 1024K).
|
|
You can append 'K' or 'M'(1K = 1024, 1M = 1024K).
|
|
Default: '51200'
|
|
Default: '51200'
|
|
|
|
|
|
|
|
+*--bt-seed*[='true'|'false']::
|
|
|
|
+ Seed previously downloaded files without validating piece hashes.
|
|
|
|
+ Default: 'false'
|
|
|
|
+
|
|
*--dht-entry-point*=HOST:PORT::
|
|
*--dht-entry-point*=HOST:PORT::
|
|
Set host and port as an entry point to DHT network.
|
|
Set host and port as an entry point to DHT network.
|
|
|
|
|