mirror of https://github.com/aria2/aria2
2008-05-07 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Updated man page: --quiet, --header were added. --metalink-servers and --enable-http-keep-alive option were updated. * doc/aria2c.1 * doc/aria2c.1.html * doc/aria2c.1.txtpull/1/head
parent
620de10443
commit
d8f911b581
|
@ -1,3 +1,11 @@
|
||||||
|
2008-05-07 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
|
Updated man page: --quiet, --header were added.
|
||||||
|
--metalink-servers and --enable-http-keep-alive option were updated.
|
||||||
|
* doc/aria2c.1
|
||||||
|
* doc/aria2c.1.html
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
|
||||||
2008-05-07 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
2008-05-07 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
Enable HTTP keep-alive by default.
|
Enable HTTP keep-alive by default.
|
||||||
|
|
19
doc/aria2c.1
19
doc/aria2c.1
|
@ -1,11 +1,11 @@
|
||||||
.\" Title: aria2c
|
.\" Title: aria2c
|
||||||
.\" Author:
|
.\" Author:
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
|
||||||
.\" Date: 04/15/2008
|
.\" Date: 05/07/2008
|
||||||
.\" Manual:
|
.\" Manual:
|
||||||
.\" Source:
|
.\" Source:
|
||||||
.\"
|
.\"
|
||||||
.TH "ARIA2C" "1" "04/15/2008" "" ""
|
.TH "ARIA2C" "1" "05/07/2008" "" ""
|
||||||
.\" disable hyphenation
|
.\" disable hyphenation
|
||||||
.nh
|
.nh
|
||||||
.\" disable justification (adjust text to left margin only)
|
.\" disable justification (adjust text to left margin only)
|
||||||
|
@ -260,7 +260,7 @@ Enable parameterized URI support\. You can specify set of parts:
|
||||||
\-\-enable\-http\-keep\-alive[=\fItrue\fR|\fIfalse\fR]
|
\-\-enable\-http\-keep\-alive[=\fItrue\fR|\fIfalse\fR]
|
||||||
.RS 4
|
.RS 4
|
||||||
Enable HTTP/1\.1 persistent connection\. Default:
|
Enable HTTP/1\.1 persistent connection\. Default:
|
||||||
\fIfalse\fR
|
\fItrue\fR
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\-\-enable\-http\-pipelining[=\fItrue\fR|\fIfalse\fR]
|
\-\-enable\-http\-pipelining[=\fItrue\fR|\fIfalse\fR]
|
||||||
|
@ -471,7 +471,7 @@ The file path to \.metalink file\.
|
||||||
\-C, \-\-metalink\-servers=NUM_SERVERS
|
\-C, \-\-metalink\-servers=NUM_SERVERS
|
||||||
.RS 4
|
.RS 4
|
||||||
The number of servers to connect to simultaneously\. Some metalinks regulates the number of servers to connect\. aria2 respects them\. Default:
|
The number of servers to connect to simultaneously\. Some metalinks regulates the number of servers to connect\. aria2 respects them\. Default:
|
||||||
\fI5\fR
|
\fI1\fR
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\-\-metalink\-version=VERSION
|
\-\-metalink\-version=VERSION
|
||||||
|
@ -530,6 +530,17 @@ is given and several protocols are available for a mirror in a metalink file, ar
|
||||||
\fItrue\fR
|
\fItrue\fR
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
\-\-header=HEADER
|
||||||
|
.RS 4
|
||||||
|
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
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
\-q, \-\-quiet[=\fItrue\fR|\fIfalse\fR]
|
||||||
|
.RS 4
|
||||||
|
Make aria2 quite (no console output)\. Default:
|
||||||
|
\fIfalse\fR
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
\-v, \-\-version
|
\-v, \-\-version
|
||||||
.RS 4
|
.RS 4
|
||||||
Print the version number, copyright and the configuration information and exit\.
|
Print the version number, copyright and the configuration information and exit\.
|
||||||
|
|
|
@ -651,7 +651,7 @@ Note
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
Enable HTTP/1.1 persistent connection.
|
Enable HTTP/1.1 persistent connection.
|
||||||
Default: <em>false</em>
|
Default: <em>true</em>
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
|
@ -983,7 +983,7 @@ Note
|
||||||
The number of servers to connect to simultaneously.
|
The number of servers to connect to simultaneously.
|
||||||
Some metalinks regulates the number of servers to connect.
|
Some metalinks regulates the number of servers to connect.
|
||||||
aria2 respects them.
|
aria2 respects them.
|
||||||
Default: <em>5</em>
|
Default: <em>1</em>
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
|
@ -1057,6 +1057,25 @@ Note
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
|
—header=HEADER
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
<p>
|
||||||
|
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
|
||||||
|
</p>
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
-q, —quiet[=<em>true</em>|<em>false</em>]
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
<p>
|
||||||
|
Make aria2 quite (no console output).
|
||||||
|
Default: <em>false</em>
|
||||||
|
</p>
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
-v, —version
|
-v, —version
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
@ -1460,7 +1479,7 @@ files in the program, then also delete it here.</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 15-Apr-2008 21:31:14 JST
|
Last updated 07-May-2008 00:39:10 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -173,7 +173,7 @@ OPTIONS
|
||||||
|
|
||||||
--enable-http-keep-alive[='true'|'false']::
|
--enable-http-keep-alive[='true'|'false']::
|
||||||
Enable HTTP/1.1 persistent connection.
|
Enable HTTP/1.1 persistent connection.
|
||||||
Default: 'false'
|
Default: 'true'
|
||||||
|
|
||||||
--enable-http-pipelining[='true'|'false']::
|
--enable-http-pipelining[='true'|'false']::
|
||||||
Enable HTTP/1.1 pipelining.
|
Enable HTTP/1.1 pipelining.
|
||||||
|
@ -339,7 +339,7 @@ OPTIONS
|
||||||
The number of servers to connect to simultaneously.
|
The number of servers to connect to simultaneously.
|
||||||
Some metalinks regulates the number of servers to connect.
|
Some metalinks regulates the number of servers to connect.
|
||||||
aria2 respects them.
|
aria2 respects them.
|
||||||
Default: '5'
|
Default: '1'
|
||||||
|
|
||||||
--metalink-version=VERSION::
|
--metalink-version=VERSION::
|
||||||
The version of the file to download.
|
The version of the file to download.
|
||||||
|
@ -376,6 +376,15 @@ OPTIONS
|
||||||
protocol.
|
protocol.
|
||||||
Default: 'true'
|
Default: 'true'
|
||||||
|
|
||||||
|
--header=HEADER::
|
||||||
|
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
|
||||||
|
|
||||||
|
-q, --quiet[='true'|'false']::
|
||||||
|
Make aria2 quite (no console output).
|
||||||
|
Default: 'false'
|
||||||
|
|
||||||
-v, --version::
|
-v, --version::
|
||||||
Print the version number, copyright and the configuration information and
|
Print the version number, copyright and the configuration information and
|
||||||
exit.
|
exit.
|
||||||
|
|
Loading…
Reference in New Issue