diff --git a/ChangeLog b/ChangeLog
index 5ba42e69..0cab4a89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-30 Tatsuhiro Tsujikawa
@@ -625,7 +625,7 @@ downloading a file like BitTorrent.
@@ -634,17 +634,17 @@ downloading a file like BitTorrent.
Set maximum number of parallel downloads for every static (HTTP/FTP) URI, - torrent and metalink. See also -s and -C option. + torrent and metalink. See also -s and -C option. Default: 5
@@ -660,7 +660,7 @@ downloading a file like BitTorrent.
@@ -671,7 +671,7 @@ downloading a file like BitTorrent.
@@ -689,14 +689,14 @@ downloading a file like BitTorrent.
Use this proxy server for all protocols. To erase previously defined proxy, use "". You can override this setting and specify a - proxy server for a particular protocol using --http-proxy, - --https-proxy and --ftp-proxy options. This affects all URIs. + proxy server for a particular protocol using --http-proxy, + --https-proxy and --ftp-proxy options. This affects all URIs. The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
- Set password for --all-proxy option. + Set password for --all-proxy option.
- Set user for --all-proxy option. + Set user for --all-proxy option.
Set the connect timeout in seconds to establish connection to HTTP/FTP/proxy server. After the connection is established, this - option makes no effect and --timeout option is used instead. + option makes no effect and --timeout option is used instead. Default: 60
@@ -762,7 +762,7 @@ then you get HTTP proxy "http://proxy" with user "user" and password
@@ -775,7 +775,7 @@ then you get HTTP proxy "http://proxy" with user "user" and password
@@ -784,7 +784,7 @@ then you get HTTP proxy "http://proxy" with user "user" and password
@@ -796,7 +796,7 @@ then you get HTTP proxy "http://proxy" with user "user" and password
@@ -805,21 +805,21 @@ then you get HTTP proxy "http://proxy" with user "user" and password
aria2 does not split less than 2*SIZE byte range. For example, let’s consider downloading 20MiB file. If SIZE is 10M, aria2 can split file into 2 range [0-10MiB) and [10MiB-20MiB) and download it - using 2 sources(if --split >= 2, of course). If SIZE is 15M, + using 2 sources(if --split >= 2, of course). If SIZE is 15M, since 2*15M > 20MiB, aria2 does not split file and download it using 1 source. You can append K or M(1K = 1024, 1M = 1024K). Possible Values: 1M-1024M Default: 20M
@@ -827,7 +827,7 @@ then you get HTTP proxy "http://proxy" with user "user" and password
@@ -843,17 +843,17 @@ then you get HTTP proxy "http://proxy" with user "user" and password
- The file name of the downloaded file. When -Z option is used, this + The file name of the downloaded file. When -Z option is used, this option is ignored.
@@ -882,7 +882,7 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"
@@ -901,30 +901,30 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"
Specify the filename to which performance profile of the servers is - saved. You can load saved data using --server-stat-if option. See + saved. You can load saved data using --server-stat-if option. See Server Performance Profile subsection below for file format.
Specify the filename to load performance profile of the servers. The loaded data will be used in some URI selector such as feedback. - See also --uri-selector option. See + See also --uri-selector option. See Server Performance Profile subsection below for file format.
@@ -934,7 +934,7 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"
@@ -943,14 +943,14 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip" less than N URIs are given, those URIs are used more than once so that N connections total are made simultaneously. The number of connections to the same host is restricted by - --max-connection-per-server option. Please see -j and - --min-split-size option too. Please note that in Metalink - download, this option has no effect and use -C option instead. + --max-connection-per-server option. Please see -j and + --min-split-size option too. Please note that in Metalink + download, this option has no effect and use -C option instead. Default: 5
@@ -959,7 +959,7 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"
@@ -969,8 +969,8 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip" uses download speed observed in the previous downloads and choose fastest server in the URI list. This also effectively skips dead mirrors. The observed download speed is a part of performance - profile of servers mentioned in --server-stat-of and - --server-stat-if options. If adaptive is given, selects one of + profile of servers mentioned in --server-stat-of and + --server-stat-if options. If adaptive is given, selects one of the best mirrors for the first and reserved connections. For supplementary ones, it returns mirrors which has not been tested yet, and if each of them has already been tested, returns mirrors @@ -983,37 +983,37 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"
Use the certificate authorities in FILE to verify the peers. The certificate file must be in PEM format and can contain multiple CA certificates. - Use --check-certificate option to enable verification. + Use --check-certificate option to enable verification.
Use the client certificate in FILE. The certificate must be in PEM format. - You may use --private-key option to specify the private key. + You may use --private-key option to specify the private key.
- Verify the peer using certificates specified in --ca-certificate option. + Verify the peer using certificates specified in --ca-certificate option. Default: true
@@ -1035,7 +1035,7 @@ response header.
@@ -1047,18 +1047,18 @@ response header.
Send Cache-Control: no-cache and Pragma: no-cache header to avoid cached content. If false is given, these headers are not sent and you can add Cache-Control header with a directive you like - using --header option. Default: true + using --header option. Default: true
@@ -1066,7 +1066,7 @@ response header.
@@ -1074,70 +1074,70 @@ response header.
Use this proxy server for HTTP. To erase previously defined proxy, - use "". See also --all-proxy option. This affects all URIs. The + use "". See also --all-proxy option. This affects all URIs. The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
- Set password for --http-proxy option. + Set password for --http-proxy option.
- Set user for --http-proxy option. + Set user for --http-proxy option.
Use this proxy server for HTTPS. To erase previously defined proxy, - use "". See also --all-proxy option. This affects all URIs. The + use "". See also --all-proxy option. This affects all URIs. The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
- Set password for --https-proxy option. + Set password for --https-proxy option.
- Set user for --https-proxy option. + Set user for --https-proxy option.
Use the private key in FILE. The private key must be decrypted and in PEM format. The behavior when encrypted one is given is undefined. - See also --certificate option. + See also --certificate option.
@@ -1145,7 +1145,7 @@ response header.
@@ -1154,7 +1154,7 @@ response header.
@@ -1174,17 +1174,17 @@ this option.
Append HEADER to HTTP request header. You can use this option repeatedly to specify more than one header: - aria2c --header="X-A: b78" --header="X-B: 9J1" "http://host/file" + aria2c --header="X-A: b78" --header="X-B: 9J1" "http://host/file"
@@ -1205,7 +1205,7 @@ and Chromium/Google Chrome cookie format.
@@ -1216,7 +1216,7 @@ and Chromium/Google Chrome cookie format.
@@ -1225,7 +1225,7 @@ and Chromium/Google Chrome cookie format.
@@ -1237,7 +1237,7 @@ and Chromium/Google Chrome cookie format.
@@ -1246,7 +1246,7 @@ and Chromium/Google Chrome cookie format.
@@ -1259,7 +1259,7 @@ and Chromium/Google Chrome cookie format.
@@ -1269,33 +1269,33 @@ and Chromium/Google Chrome cookie format.
Use this proxy server for FTP. To erase previously defined proxy, - use "". See also --all-proxy option. This affects all URIs. The + use "". See also --all-proxy option. This affects all URIs. The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
- Set password for --ftp-proxy option. + Set password for --ftp-proxy option.
- Set user for --ftp-proxy option. + Set user for --ftp-proxy option.
@@ -1304,7 +1304,7 @@ and Chromium/Google Chrome cookie format.
@@ -1316,12 +1316,12 @@ and Chromium/Google Chrome cookie format.
Set file to download by specifying its index. - You can find the file index using the --show-files option. + You can find the file index using the --show-files option. Multiple indexes can be specified by using ",", for example: 3,6. You can also use "-" to specify a range: 1-5. "," and "-" can be used together: 1-5,8,9. @@ -1343,7 +1343,7 @@ writes the piece to the appropriate files.
@@ -1356,7 +1356,7 @@ writes the piece to the appropriate files.
@@ -1366,7 +1366,7 @@ writes the piece to the appropriate files.
@@ -1374,11 +1374,11 @@ writes the piece to the appropriate files. remove. You can use special value "*" which matches all URIs, thus removes all announce URIs. When specifying "*" in shell command-line, don’t forget to escape or quote it. See also - --bt-tracker option. + --bt-tracker option.
@@ -1388,11 +1388,11 @@ writes the piece to the appropriate files.
- If true is given, after hash check using --check-integrity option and + If true is given, after hash check using --check-integrity option and file is complete, continue to seed file. If you want to check file and download it only when it is damaged or incomplete, set this option to false. This option has effect only on BitTorrent download. @@ -1400,7 +1400,7 @@ writes the piece to the appropriate files.
@@ -1411,7 +1411,7 @@ writes the piece to the appropriate files.
@@ -1420,27 +1420,27 @@ writes the piece to the appropriate files.
Specify the maximum number of peers per torrent. 0 means - unlimited. See also --bt-request-peer-speed-limit option. + unlimited. See also --bt-request-peer-speed-limit option. Default: 55
Download metadata only. The file(s) described in metadata will not be downloaded. This option has effect only when BitTorrent Magnet - URI is used. See also --bt-save-metadata option. Default: false + URI is used. See also --bt-save-metadata option. Default: false
@@ -1451,7 +1451,7 @@ writes the piece to the appropriate files.
@@ -1466,7 +1466,7 @@ writes the piece to the appropriate files.
@@ -1477,7 +1477,7 @@ writes the piece to the appropriate files.
@@ -1490,7 +1490,7 @@ writes the piece to the appropriate files.
@@ -1498,12 +1498,12 @@ writes the piece to the appropriate files. BitTorrent Magnet URI is used. The filename is hex encoded info hash with suffix .torrent. The directory to be saved is the same directory where download file is saved. If the same file already - exists, metadata is not saved. See also --bt-metadata-only + exists, metadata is not saved. See also --bt-metadata-only option. Default: false
@@ -1512,7 +1512,7 @@ writes the piece to the appropriate files.
@@ -1521,29 +1521,29 @@ writes the piece to the appropriate files.
Comma separated list of additional BitTorrent tracker’s announce - URI. These URIs are not affected by --bt-exclude-tracker option - because they are added after URIs in --bt-exclude-tracker option are + URI. These URIs are not affected by --bt-exclude-tracker option + because they are added after URIs in --bt-exclude-tracker option are removed.
Set the connect timeout in seconds to establish connection to tracker. After the connection is established, this option makes no - effect and --bt-tracker-timeout option is used instead. Default: + effect and --bt-tracker-timeout option is used instead. Default: 60
@@ -1555,7 +1555,7 @@ writes the piece to the appropriate files.
@@ -1563,7 +1563,7 @@ writes the piece to the appropriate files.
@@ -1571,7 +1571,7 @@ writes the piece to the appropriate files.
@@ -1579,7 +1579,7 @@ writes the piece to the appropriate files.
@@ -1588,7 +1588,7 @@ writes the piece to the appropriate files.
@@ -1597,7 +1597,7 @@ writes the piece to the appropriate files.
@@ -1606,7 +1606,7 @@ writes the piece to the appropriate files.
@@ -1628,7 +1628,7 @@ writes the piece to the appropriate files.
@@ -1636,7 +1636,7 @@ writes the piece to the appropriate files.
@@ -1646,18 +1646,18 @@ writes the piece to the appropriate files.
Enable IPv6 DHT functionality. If a private flag is set in a torrent, aria2 doesn’t use DHT for that download even if true is - given. Use --dht-listen-port option to specify port number to - listen on. See also --dht-listen-addr6 option. + given. Use --dht-listen-port option to specify port number to + listen on. See also --dht-listen-addr6 option.
@@ -1667,7 +1667,7 @@ writes the piece to the appropriate files.
@@ -1681,19 +1681,19 @@ writes the piece to the appropriate files.
Set file path for file with index=INDEX. You can find the file index - using the --show-files option. PATH is a relative path to the - path specified in --dir option. You can use this option multiple + using the --show-files option. PATH is a relative path to the + path specified in --dir option. You can use this option multiple times. Using this option, you can specify the output filenames of BitTorrent downloads.
@@ -1715,31 +1715,31 @@ writes the piece to the appropriate files.
Set max overall upload speed in bytes/sec. 0 means unrestricted. You can append K or M(1K = 1024, 1M = 1024K). - To limit the upload speed per torrent, use --max-upload-limit option. + To limit the upload speed per torrent, use --max-upload-limit option. Default: 0
Set max upload speed per each torrent in bytes/sec. 0 means unrestricted. You can append K or M(1K = 1024, 1M = 1024K). - To limit the overall upload speed, use --max-overall-upload-limit option. + To limit the overall upload speed, use --max-overall-upload-limit option. Default: 0
@@ -1752,7 +1752,7 @@ writes the piece to the appropriate files.
@@ -1760,17 +1760,17 @@ writes the piece to the appropriate files. RATIO. You are strongly encouraged to specify equals or more than 1.0 here. Specify 0.0 if you intend to do seeding regardless of share ratio. - If --seed-time option is specified along with this option, seeding ends when + If --seed-time option is specified along with this option, seeding ends when at least one of the conditions is satisfied. Default: 1.0
- Specify seeding time in minutes. Also see the --seed-ratio option. + Specify seeding time in minutes. Also see the --seed-ratio option.
The path to the .torrent file. You are not required to use this - option because you can specify .torrent files without -T. + option because you can specify .torrent files without -T.
@@ -1810,17 +1810,17 @@ writes the piece to the appropriate files.
The file path to .metalink file. Reads input from stdin when - is specified. You are not required to use this option because you can - specify .metalink files without -M. + specify .metalink files without -M.
@@ -1830,12 +1830,12 @@ writes the piece to the appropriate files. This means that if Metalink defines the maxconnections attribute lower than NUM_SERVERS, then aria2 uses the value of maxconnections attribute instead of NUM_SERVERS. - See also -s and -j options. + See also -s and -j options. Default: 5
@@ -1843,7 +1843,7 @@ writes the piece to the appropriate files.
@@ -1852,7 +1852,7 @@ writes the piece to the appropriate files.
@@ -1860,7 +1860,7 @@ writes the piece to the appropriate files.
@@ -1868,7 +1868,7 @@ writes the piece to the appropriate files.
@@ -1879,13 +1879,13 @@ writes the piece to the appropriate files.
If true is given and several protocols are available for a mirror in a metalink file, aria2 uses one of them. - Use --metalink-preferred-protocol option to specify the preference of + Use --metalink-preferred-protocol option to specify the preference of protocol. Default: true
@@ -1894,17 +1894,17 @@ writes the piece to the appropriate files.Enable XML-RPC server. It is strongly recommended to set username - and password using --xml-rpc-user and --xml-rpc-passwd - option. See also --xml-rpc-listen-port option. Default: false + and password using --xml-rpc-user and --xml-rpc-passwd + option. See also --xml-rpc-listen-port option. Default: false
@@ -1913,7 +1913,7 @@ writes the piece to the appropriate files.
@@ -1922,7 +1922,7 @@ writes the piece to the appropriate files.
@@ -1931,7 +1931,7 @@ writes the piece to the appropriate files.
@@ -1939,7 +1939,7 @@ writes the piece to the appropriate files.
@@ -1950,17 +1950,17 @@ writes the piece to the appropriate files.
Restart download from scratch if the corresponding control file - doesn’t exist. See also --auto-file-renaming option. Default: + doesn’t exist. See also --auto-file-renaming option. Default: false
@@ -1971,7 +1971,7 @@ writes the piece to the appropriate files.
@@ -1979,13 +1979,13 @@ writes the piece to the appropriate files. resume download and if resume is not possible, aborts download. If false is given, when all given URIs do not support resume or aria2 encounters N URIs which does not support resume (N is the value - specified using --max-resume-failure-tries option), aria2 - downloads file from scratch. See --max-resume-failure-tries + specified using --max-resume-failure-tries option), aria2 + downloads file from scratch. See --max-resume-failure-tries option. Default: true
@@ -1994,7 +1994,7 @@ writes the piece to the appropriate files.
@@ -2005,7 +2005,7 @@ writes the piece to the appropriate files.
@@ -2017,7 +2017,7 @@ writes the piece to the appropriate files.
@@ -2027,12 +2027,12 @@ writes the piece to the appropriate files. Content-Disposition header. If a control file exists, this option will be ignored. This function uses If-Modified-Since header to get only newer file conditionally. When getting modification time of - local file, it uses user supplied filename(see --out option) or - filename part in URI if --out is not specified. Default: false + local file, it uses user supplied filename(see --out option) or + filename part in URI if --out is not specified. Default: false
@@ -2041,7 +2041,7 @@ writes the piece to the appropriate files.
@@ -2051,7 +2051,7 @@ writes the piece to the appropriate files.
@@ -2060,17 +2060,17 @@ writes the piece to the appropriate files.
Enable IPv6 name resolution in asynchronous DNS resolver. This - option will be ignored when --async-dns=false. + option will be ignored when --async-dns=false. Default: false
@@ -2080,7 +2080,7 @@ writes the piece to the appropriate files.
@@ -2093,7 +2093,7 @@ writes the piece to the appropriate files.
@@ -2115,7 +2115,7 @@ writes the piece to the appropriate files.
@@ -2124,7 +2124,7 @@ writes the piece to the appropriate files.
@@ -2140,14 +2140,14 @@ writes the piece to the appropriate files.
@@ -2163,19 +2163,19 @@ name.
- When used with --always-resume=false, aria2 downloads file from + When used with --always-resume=false, aria2 downloads file from scratch when aria2 detects N number of URIs that does not support resume. If N is 0, aria2 downloads file from scratch when all - given URIs do not support resume. See --always-resume option. + given URIs do not support resume. See --always-resume option. Default: 0
@@ -2185,51 +2185,51 @@ name.
- For BitTorrent, a command specified in --on-download-complete is + For BitTorrent, a command specified in --on-download-complete is called when download completes and seeding is over. On the other hand, this option set the command to be executed when download - completes but before seeding. See --on-download-start option for + completes but before seeding. See --on-download-start option for the requirement of COMMAND. Possible Values: /path/to/command
Set the command to be executed when download completes. See - --on-download-start option for the requirement of COMMAND. See - also --on-download-stop option. Possible Values: + --on-download-start option for the requirement of COMMAND. See + also --on-download-stop option. Possible Values: /path/to/command
Set the command to be executed when download aborts due to error. - See --on-download-start option for the requirement of COMMAND. - See also --on-download-stop option. Possible Values: + See --on-download-start option for the requirement of COMMAND. + See also --on-download-stop option. Possible Values: /path/to/command
Set the command to be executed when download is paused. See - --on-download-start option for the requirement of COMMAND. + --on-download-start option for the requirement of COMMAND. Possible Values: /path/to/command
@@ -2239,20 +2239,20 @@ name.
Set the command to be executed when download stops. You can override the command to be executed for particular download result using - --on-download-complete and --on-download-error. If they are + --on-download-complete and --on-download-error. If they are specified, command specified in this option is not executed. See - --on-download-start option for the requirement of COMMAND. + --on-download-start option for the requirement of COMMAND. Possible Values: /path/to/command
@@ -2273,7 +2273,7 @@ are also allocated if they share the same piece.
@@ -2283,29 +2283,29 @@ are also allocated if they share the same piece.
Set max overall download speed in bytes/sec. 0 means unrestricted. You can append K or M(1K = 1024, 1M = 1024K). To - limit the download speed per download, use --max-download-limit + limit the download speed per download, use --max-download-limit option. Default: 0
Set max download speed per each download in bytes/sec. 0 means unrestricted. You can append K or M(1K = 1024, 1M = 1024K). To - limit the overall download speed, use --max-overall-download-limit + limit the overall download speed, use --max-overall-download-limit option. Default: 0
@@ -2313,7 +2313,7 @@ are also allocated if they share the same piece.
@@ -2323,7 +2323,7 @@ are also allocated if they share the same piece.
@@ -2338,7 +2338,7 @@ are also allocated if they share the same piece.
@@ -2347,7 +2347,7 @@ are also allocated if they share the same piece.
@@ -2357,12 +2357,12 @@ are also allocated if they share the same piece.
Remove control file before download. Using with - --allow-overwrite=true, download always starts from + --allow-overwrite=true, download always starts from scratch. This will be useful for users behind proxy server which disables resume.
@@ -2380,18 +2380,18 @@ connections.Save error/unfinished downloads to FILE on exit. You can pass this - output file to aria2c with -i option on restart. Please note that + output file to aria2c with -i option on restart. Please note that downloads added by aria2.addTorrent and aria2.addMetalink XML-RPC method are not saved.
@@ -2401,7 +2401,7 @@ connections.
@@ -2419,7 +2419,7 @@ an argument, then the option name and its argument should be concatenated(e.g. the argument will be treated as URI and usually this is not what you expect.
You can specify multiple URIs in command-line. Unless you specify --Z option, all URIs must point to the same file or downloading will +-Z option, all URIs must point to the same file or downloading will fail.
You can specify arbitrary number of BitTorrent Magnet URI. Please note that they are always treated as a separate download. Both hex encoded @@ -2455,7 +2455,7 @@ contains "&" or any characters that have special meaning in shell. URI) if the previous transfer is made by aria2.
If the previous transfer is made by a browser or wget like sequential download manager, then use -c option to continue the transfer(aria2c --c URI).
If aria2 sees the specfied number of "resource not found" error. - See --max-file-not-found option). + See --max-file-not-found option).
If a download aborts because download speed is too slow. - See --lowest-speed-limit option) + See --lowest-speed-limit option)
Specify proxy server for use in HTTP. Overrides http-proxy value in configuration file. - The command-line option --http-proxy overrides this value. + The command-line option --http-proxy overrides this value.
Specify proxy server for use in HTTPS. Overrides https-proxy value in configuration file. - The command-line option --https-proxy overrides this value. + The command-line option --https-proxy overrides this value.
Specify proxy server for use in FTP. Overrides ftp-proxy value in configuration file. - The command-line option --ftp-proxy overrides this value. + The command-line option --ftp-proxy overrides this value.
Specify proxy server for use if no protocol-specific proxy is specified. Overrides all-proxy value in configuration file. - The command-line option --all-proxy overrides this value. + The command-line option --all-proxy overrides this value.
By default, aria2 parses $HOME/.aria2/aria2.conf as a configuraiton file. You can specify the path to configuration file using ---conf-path option. If you don’t want to use the configuraitonf -file, use --no-conf option.
The configuration file is a text file and has 1 option per each line. In each line, you can specify name-value pair in the format: NAME=VALUE, where name is the long command-line option name without @@ -2636,7 +2636,7 @@ ftp-pasv=true the path $HOME/.aria2/dht6.dat.
Netrc support is enabled by default for HTTP(S)/FTP. To disable netrc -support, specify -n option. Your .netrc file should have correct +support, specify -n option. Your .netrc file should have correct permissions(600).
If machine name starts ".", aria2 performs domain match instead of exact match. This is an extension of aria2. For example of domain @@ -2671,7 +2671,7 @@ to aria2c in command-line.
Each line is treated as if it is provided in command-line argument. -Therefore they are affected by -Z and -P options.
Lines starting with "#" are treated as comments and skipped.
Additionally, the following options can be specified after each line of URIs. These optional lines must start with white space(s).
If aria2 is executed with -i uri.txt -d /tmp options, then +
If aria2 is executed with -i uri.txt -d /tmp options, then file.iso is saved as /iso_images/file.img and it is downloaded from http://server/file.iso and http://mirror/file.iso. The file bar is downloaded from http://foo/bar and saved as /tmp/bar.
In some cases, out parameter has no effect. See note of --out +
In some cases, out parameter has no effect. See note of --out option for the restrictions.
This section describes the format of server performance profile. The @@ -3316,7 +3316,7 @@ given as an integer starting from 0, the new download is inserted at position is larger than the size of the queue, it is appended at the end of the queue. This method returns GID of registered download. Please note that the downloads added by this method are not saved by ---save-session.
Adding local file file.torrent to aria2:
Adding local file file.meta4 to aria2:
List of GIDs which are generated by the consequence of this download. For example, when aria2 downloaded Metalink file, it - generates downloads described in it(see --follow-metalink + generates downloads described in it(see --follow-metalink option). This value is useful to track these auto generated downloads. If there is no such downloads, this key will not be included in the response. @@ -3722,8 +3722,8 @@ selected
- "true" if this file is selected by --select-file option. If - --select-file is not specified or this is single torrent or no + "true" if this file is selected by --select-file option. If + --select-file is not specified or this is single torrent or no torrent download, this value is always "true". Otherwise "false".
In case of error, aria2 returns faultCode=1 and the error message in faultString.
Same options for -i list are available. See Input File subsection for complete list of options.
Same options for -i list are available. See Input File subsection for complete list of options.
In the option struct, name element is option name(without preceding "--") and value element is argument as string.
The following Ruby script adds http://localhost/aria2.tar.bz2 to -aria2c operated on localhost with option --dir=/downloads and +aria2c operated on localhost with option --dir=/downloads and prints its reponse.
To specify output filename for BitTorrent downloads, you need to know -the index of file in torrent file using -S option. For example, the +the index of file in torrent file using -S option. For example, the output looks like this: