|
@@ -249,13 +249,13 @@ OPTIONS
|
|
|
The path to the .torrent file.
|
|
|
|
|
|
--follow-torrent='true'|'false'|'mem'::
|
|
|
- If true or mem is specified, when a file whose suffix is .torrent or content
|
|
|
- type is application/x-bittorrent is downloaded, aria2 parses it as a torrent
|
|
|
+ If 'true' or 'mem' is specified, when a file whose suffix is ".torrent" or content
|
|
|
+ type is "application/x-bittorrent" is downloaded, aria2 parses it as a torrent
|
|
|
file and downloads files mentioned in it.
|
|
|
- If mem is specified, a torrent file is not written to the disk, but is just
|
|
|
+ If 'mem' is specified, a torrent file is not written to the disk, but is just
|
|
|
kept in memory.
|
|
|
- If false is specified, the action mentioned above is not taken.
|
|
|
- Default: true
|
|
|
+ If 'false' is specified, the action mentioned above is not taken.
|
|
|
+ Default: 'true'
|
|
|
|
|
|
--direct-file-mapping='true'|'false'::
|
|
|
Directly read from and write to each file mentioned in .torrent file.
|
|
@@ -317,14 +317,20 @@ OPTIONS
|
|
|
--metalink-location=LOCATION[,...]::
|
|
|
The location of the preferred server.
|
|
|
A comma-deliminated list of locations is acceptable, for example, 'JP,US'.
|
|
|
+
|
|
|
+--metalink-preferred-protocol=PROTO::
|
|
|
+ Specify preferred protocol.
|
|
|
+ The possible values are 'http', 'https', 'ftp' and 'none'.
|
|
|
+ Specifiy 'none' to disable this feature.
|
|
|
+ Default: 'none'
|
|
|
|
|
|
--follow-metalink='true'|'false'|'mem'::
|
|
|
- If true or mem is specified, when a file whose suffix is .metaink or content
|
|
|
- type is application/metalink+xml is downloaded, aria2 parses it as a metalink
|
|
|
+ If 'true' or 'mem' is specified, when a file whose suffix is ".metaink" or content
|
|
|
+ type is "application/metalink+xml" is downloaded, aria2 parses it as a metalink
|
|
|
file and downloads files mentioned in it.
|
|
|
- If mem is specified, a metalink file is not written to the disk, but is just
|
|
|
+ If 'mem' is specified, a metalink file is not written to the disk, but is just
|
|
|
kept in memory.
|
|
|
- If false is specified, the action mentioned above is not taken.
|
|
|
+ If 'false' is specified, the action mentioned above is not taken.
|
|
|
Default: 'true'
|
|
|
|
|
|
-v, --version::
|