mirror of https://github.com/aria2/aria2
2010-10-30 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added internal cross reference for sections and subsections. * doc/aria2c.1.txtpull/1/head
parent
ad76f1b720
commit
d00e15179b
|
@ -1,3 +1,8 @@
|
|||
2010-10-30 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Added internal cross reference for sections and subsections.
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2010-10-30 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Added XML-RPC client code example using Python(I have not added
|
||||
|
|
|
@ -3017,7 +3017,9 @@ The number of peers/servers the client has connected to\&.
|
|||
.PP
|
||||
errorCode
|
||||
.RS 4
|
||||
The last error code occurred in this download\&. The value is of type string\&. The error codes are defined in EXIT STATUS section\&. This value is only available for stopped/completed downloads\&.
|
||||
The last error code occurred in this download\&. The value is of type string\&. The error codes are defined in
|
||||
\fBEXIT STATUS\fR
|
||||
section\&. This value is only available for stopped/completed downloads\&.
|
||||
.RE
|
||||
.PP
|
||||
followedBy
|
||||
|
|
|
@ -621,7 +621,7 @@ downloading a file like BitTorrent.</p></div>
|
|||
Reads input from stdin when <em>-</em> is specified.
|
||||
The additional <strong>out</strong> and <strong>dir</strong> options can be specified after each line of
|
||||
URIs. This optional line must start with white space(s).
|
||||
See <strong>Input File</strong> subsection for details.
|
||||
See <strong><a href="#_input_file">Input File</a></strong> subsection for details.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
|
@ -884,7 +884,8 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
|
|||
<p>
|
||||
Specify the filename to which performance profile of the servers is
|
||||
saved. You can load saved data using <strong>--server-stat-if</strong> option. See
|
||||
<strong>Server Performance Profile</strong> subsection below for file format.
|
||||
<strong><a href="#_server_performance_profile">Server Performance Profile</a></strong>
|
||||
subsection below for file format.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
|
@ -894,7 +895,8 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
|
|||
<p>
|
||||
Specify the filename to load performance profile of the servers. The
|
||||
loaded data will be used in some URI selector such as <em>feedback</em>.
|
||||
See also <strong>--uri-selector</strong> option. See <strong>Server Performance Profile</strong>
|
||||
See also <strong>--uri-selector</strong> option. See
|
||||
<strong><a href="#_server_performance_profile">Server Performance Profile</a></strong>
|
||||
subsection below for file format.
|
||||
</p>
|
||||
</dd>
|
||||
|
@ -3514,8 +3516,8 @@ errorCode
|
|||
<dd>
|
||||
<p>
|
||||
The last error code occurred in this download. The value is of type
|
||||
string. The error codes are defined in EXIT STATUS section. This
|
||||
value is only available for stopped/completed downloads.
|
||||
string. The error codes are defined in <strong><a href="#_exit_status">EXIT STATUS</a></strong> section. This value is only available for
|
||||
stopped/completed downloads.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
|
@ -4049,8 +4051,7 @@ http://example.org/file and second one is file.torrent:</p></div>
|
|||
<div class="paragraph"><p>In case of error, aria2 returns faultCode=1 and the error message in
|
||||
faultString.</p></div>
|
||||
<h3 id="_options_2">Options</h3><div style="clear:left"></div>
|
||||
<div class="paragraph"><p>Same options for <strong>-i</strong> list are available. See <strong>Input File</strong> subsection
|
||||
for complete list of options.</p></div>
|
||||
<div class="paragraph"><p>Same options for <strong>-i</strong> list are available. See <strong><a href="#_input_file">Input File</a></strong> subsection for complete list of options.</p></div>
|
||||
<div class="paragraph"><p>In the option struct, name element is option name(without preceding
|
||||
"--") and value element is argument as string.</p></div>
|
||||
<div class="listingblock">
|
||||
|
@ -4183,7 +4184,7 @@ pprint(r)</tt></pre>
|
|||
</td>
|
||||
<td class="content">See <strong>--http-proxy</strong>, <strong>--https-proxy</strong>, <strong>--ftp-proxy</strong>, <strong>--all-proxy</strong> and
|
||||
<strong>--no-proxy</strong> for details. You can specify proxy in the environment
|
||||
variables. See <strong>ENVIRONMENT</strong> section.</td>
|
||||
variables. See <strong><a href="#_environment">ENVIRONMENT</a></strong> section.</td>
|
||||
</tr></table>
|
||||
</div>
|
||||
<h4 id="_proxy_with_authorization">Proxy with authorization</h4>
|
||||
|
@ -4537,7 +4538,7 @@ files in the program, then also delete it here.</p></div>
|
|||
<div id="footnotes"><hr /></div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2010-10-30 00:55:55 JST
|
||||
Last updated 2010-10-30 13:03:13 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -39,7 +39,7 @@ Basic Options
|
|||
Reads input from stdin when '-' is specified.
|
||||
The additional *out* and *dir* options can be specified after each line of
|
||||
URIs. This optional line must start with white space(s).
|
||||
See *Input File* subsection for details.
|
||||
See *<<_input_file, Input File>>* subsection for details.
|
||||
|
||||
*-l*, *--log*=LOG::
|
||||
The file name of the log file. If '-' is specified, log is written to
|
||||
|
@ -186,14 +186,18 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"
|
|||
Default: 'true'
|
||||
|
||||
*--server-stat-of*=FILE::
|
||||
|
||||
Specify the filename to which performance profile of the servers is
|
||||
saved. You can load saved data using *--server-stat-if* option. See
|
||||
*Server Performance Profile* subsection below for file format.
|
||||
*<<_server_performance_profile, Server Performance Profile>>*
|
||||
subsection below for file format.
|
||||
|
||||
*--server-stat-if*=FILE::
|
||||
|
||||
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 *Server Performance Profile*
|
||||
See also *--uri-selector* option. See
|
||||
*<<_server_performance_profile, Server Performance Profile>>*
|
||||
subsection below for file format.
|
||||
|
||||
*--server-stat-timeout*=SEC::
|
||||
|
@ -1663,8 +1667,9 @@ connections::
|
|||
errorCode::
|
||||
|
||||
The last error code occurred in this download. The value is of type
|
||||
string. The error codes are defined in EXIT STATUS section. This
|
||||
value is only available for stopped/completed downloads.
|
||||
string. The error codes are defined in *<<_exit_status, EXIT
|
||||
STATUS>>* section. This value is only available for
|
||||
stopped/completed downloads.
|
||||
|
||||
followedBy::
|
||||
|
||||
|
@ -2090,8 +2095,8 @@ faultString.
|
|||
Options
|
||||
~~~~~~~
|
||||
|
||||
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, 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.
|
||||
|
@ -2223,7 +2228,7 @@ aria2c --ftp-proxy="http://proxy:8080" "ftp://host/file"
|
|||
|
||||
See *--http-proxy*, *--https-proxy*, *--ftp-proxy*, *--all-proxy* and
|
||||
*--no-proxy* for details. You can specify proxy in the environment
|
||||
variables. See *ENVIRONMENT* section.
|
||||
variables. See *<<_environment, ENVIRONMENT>>* section.
|
||||
|
||||
Proxy with authorization
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in New Issue