mirror of https://github.com/aria2/aria2
2009-05-13 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Removed garbage "\" character before http. * doc/aria2c.1.txtpull/1/head
parent
dc5cd20036
commit
5586d88266
|
@ -1,3 +1,8 @@
|
||||||
|
2009-05-13 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Removed garbage "\" character before http.
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
|
||||||
2009-05-13 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-05-13 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Documented additional options that can be specified in -i list.
|
Documented additional options that can be specified in -i list.
|
||||||
|
|
18
doc/aria2c.1
18
doc/aria2c.1
|
@ -98,7 +98,7 @@ Use this proxy server for all protocols\&. You can override this setting and spe
|
||||||
\fB\-\-https\-proxy\fR
|
\fB\-\-https\-proxy\fR
|
||||||
and
|
and
|
||||||
\fB\-\-ftp\-proxy\fR
|
\fB\-\-ftp\-proxy\fR
|
||||||
options\&. This affects all URLs\&. The format of PROXY is [\ehttp://][USER:PASSWORD@]HOST[:PORT]
|
options\&. This affects all URLs\&. The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\-\-connect\-timeout\fR=SEC
|
\fB\-\-connect\-timeout\fR=SEC
|
||||||
|
@ -316,14 +316,14 @@ Set HTTP password\&. This affects all URLs\&.
|
||||||
.RS 4
|
.RS 4
|
||||||
Use this proxy server for HTTP\&. See also
|
Use this proxy server for HTTP\&. See also
|
||||||
\fB\-\-all\-proxy\fR
|
\fB\-\-all\-proxy\fR
|
||||||
option\&. This affects all URLs\&. The format of PROXY is [\ehttp://][USER:PASSWORD@]HOST[:PORT]
|
option\&. This affects all URLs\&. The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\-\-https\-proxy\fR=PROXY
|
\fB\-\-https\-proxy\fR=PROXY
|
||||||
.RS 4
|
.RS 4
|
||||||
Use this proxy server for HTTPS\&. See also
|
Use this proxy server for HTTPS\&. See also
|
||||||
\fB\-\-all\-proxy\fR
|
\fB\-\-all\-proxy\fR
|
||||||
option\&. This affects all URLs\&. The format of PROXY is [\ehttp://][USER:PASSWORD@]HOST[:PORT]
|
option\&. This affects all URLs\&. The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\-\-private\-key\fR=FILE
|
\fB\-\-private\-key\fR=FILE
|
||||||
|
@ -414,7 +414,7 @@ is given, the active mode will be used\&. Default:
|
||||||
.RS 4
|
.RS 4
|
||||||
Use this proxy server for FTP\&. See also
|
Use this proxy server for FTP\&. See also
|
||||||
\fB\-\-all\-proxy\fR
|
\fB\-\-all\-proxy\fR
|
||||||
option\&. This affects all URLs\&. The format of PROXY is [\ehttp://][USER:PASSWORD@]HOST[:PORT]
|
option\&. This affects all URLs\&. The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\-\-ftp\-type\fR=TYPE
|
\fB\-\-ftp\-type\fR=TYPE
|
||||||
|
@ -975,7 +975,7 @@ or
|
||||||
.RS 4
|
.RS 4
|
||||||
Enable parameterized URI support\&. You can specify set of parts:
|
Enable parameterized URI support\&. You can specify set of parts:
|
||||||
\fIhttp://{sv1,sv2,sv3}/foo\&.iso\fR\&. Also you can specify numeric sequences with step counter:
|
\fIhttp://{sv1,sv2,sv3}/foo\&.iso\fR\&. Also you can specify numeric sequences with step counter:
|
||||||
\fI\ehttp://host/image[000\-100:2]\&.img\fR\&. A step counter can be omitted\&. If all URIs do not point to the same file, such as the second example above, \-Z option is required\&. Default:
|
\fIhttp://host/image[000\-100:2]\&.img\fR\&. A step counter can be omitted\&. If all URIs do not point to the same file, such as the second example above, \-Z option is required\&. Default:
|
||||||
\fIfalse\fR
|
\fIfalse\fR
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
@ -1101,28 +1101,28 @@ An error occurred in a finished download will not be reported as exit status\&.
|
||||||
.sp
|
.sp
|
||||||
aria2 recognizes the following environment variables\&.
|
aria2 recognizes the following environment variables\&.
|
||||||
.PP
|
.PP
|
||||||
http_proxy [\ehttp://][USER:PASSWORD@]HOST[:PORT]
|
http_proxy [http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
.RS 4
|
.RS 4
|
||||||
Specify proxy server for use in HTTP\&. Overrides http\-proxy value in configuration file\&. The command\-line option
|
Specify proxy server for use in HTTP\&. Overrides http\-proxy value in configuration file\&. The command\-line option
|
||||||
\fB\-\-http\-proxy\fR
|
\fB\-\-http\-proxy\fR
|
||||||
overrides this value\&.
|
overrides this value\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
https_proxy [\ehttp://][USER:PASSWORD@]HOST[:PORT]
|
https_proxy [http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
.RS 4
|
.RS 4
|
||||||
Specify proxy server for use in HTTPS\&. Overrides https\-proxy value in configuration file\&. The command\-line option
|
Specify proxy server for use in HTTPS\&. Overrides https\-proxy value in configuration file\&. The command\-line option
|
||||||
\fB\-\-https\-proxy\fR
|
\fB\-\-https\-proxy\fR
|
||||||
overrides this value\&.
|
overrides this value\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
ftp_proxy [\ehttp://][USER:PASSWORD@]HOST[:PORT]
|
ftp_proxy [http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
.RS 4
|
.RS 4
|
||||||
Specify proxy server for use in FTP\&. Overrides ftp\-proxy value in configuration file\&. The command\-line option
|
Specify proxy server for use in FTP\&. Overrides ftp\-proxy value in configuration file\&. The command\-line option
|
||||||
\fB\-\-ftp\-proxy\fR
|
\fB\-\-ftp\-proxy\fR
|
||||||
overrides this value\&.
|
overrides this value\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
all_proxy [\ehttp://][USER:PASSWORD@]HOST[:PORT]
|
all_proxy [http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
.RS 4
|
.RS 4
|
||||||
Specify proxy server for use if no protocol\-specific proxy is specified\&. Overrides all\-proxy value in configuration file\&. The command\-line option
|
Specify proxy server for use if no protocol\-specific proxy is specified\&. Overrides all\-proxy value in configuration file\&. The command\-line option
|
||||||
\fB\-\-all\-proxy\fR
|
\fB\-\-all\-proxy\fR
|
||||||
|
|
|
@ -521,7 +521,7 @@ downloading a file like BitTorrent.</p></div>
|
||||||
You can override this setting and specify a proxy server for a particular
|
You can override this setting and specify a proxy server for a particular
|
||||||
protocol using <strong>--http-proxy</strong>, <strong>--https-proxy</strong> and <strong>--ftp-proxy</strong> options.
|
protocol using <strong>--http-proxy</strong>, <strong>--https-proxy</strong> and <strong>--ftp-proxy</strong> options.
|
||||||
This affects all URLs.
|
This affects all URLs.
|
||||||
The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
|
The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt class="hdlist1">
|
<dt class="hdlist1">
|
||||||
|
@ -796,7 +796,7 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
|
||||||
<p>
|
<p>
|
||||||
Use this proxy server for HTTP. See also <strong>--all-proxy</strong> option.
|
Use this proxy server for HTTP. See also <strong>--all-proxy</strong> option.
|
||||||
This affects all URLs.
|
This affects all URLs.
|
||||||
The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
|
The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt class="hdlist1">
|
<dt class="hdlist1">
|
||||||
|
@ -806,7 +806,7 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
|
||||||
<p>
|
<p>
|
||||||
Use this proxy server for HTTPS. See also <strong>--all-proxy</strong> option.
|
Use this proxy server for HTTPS. See also <strong>--all-proxy</strong> option.
|
||||||
This affects all URLs.
|
This affects all URLs.
|
||||||
The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
|
The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt class="hdlist1">
|
<dt class="hdlist1">
|
||||||
|
@ -930,7 +930,7 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
|
||||||
<p>
|
<p>
|
||||||
Use this proxy server for FTP. See also <strong>--all-proxy</strong> option.
|
Use this proxy server for FTP. See also <strong>--all-proxy</strong> option.
|
||||||
This affects all URLs.
|
This affects all URLs.
|
||||||
The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
|
The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt class="hdlist1">
|
<dt class="hdlist1">
|
||||||
|
@ -1614,7 +1614,7 @@ are also allocated if they share the same piece.</td>
|
||||||
Enable parameterized URI support.
|
Enable parameterized URI support.
|
||||||
You can specify set of parts: <em>http://{sv1,sv2,sv3}/foo.iso</em>.
|
You can specify set of parts: <em>http://{sv1,sv2,sv3}/foo.iso</em>.
|
||||||
Also you can specify numeric sequences with step counter:
|
Also you can specify numeric sequences with step counter:
|
||||||
<em>\http://host/image[000-100:2].img</em>.
|
<em>http://host/image[000-100:2].img</em>.
|
||||||
A step counter can be omitted.
|
A step counter can be omitted.
|
||||||
If all URIs do not point to the same file, such as the second example above,
|
If all URIs do not point to the same file, such as the second example above,
|
||||||
-Z option is required.
|
-Z option is required.
|
||||||
|
@ -1784,7 +1784,7 @@ as exit status.</td>
|
||||||
<div class="paragraph"><p>aria2 recognizes the following environment variables.</p></div>
|
<div class="paragraph"><p>aria2 recognizes the following environment variables.</p></div>
|
||||||
<div class="dlist"><dl>
|
<div class="dlist"><dl>
|
||||||
<dt class="hdlist1">
|
<dt class="hdlist1">
|
||||||
http_proxy [\http://][USER:PASSWORD@]HOST[:PORT]
|
http_proxy [http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
|
@ -1794,7 +1794,7 @@ http_proxy [\http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt class="hdlist1">
|
<dt class="hdlist1">
|
||||||
https_proxy [\http://][USER:PASSWORD@]HOST[:PORT]
|
https_proxy [http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
|
@ -1804,7 +1804,7 @@ https_proxy [\http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt class="hdlist1">
|
<dt class="hdlist1">
|
||||||
ftp_proxy [\http://][USER:PASSWORD@]HOST[:PORT]
|
ftp_proxy [http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
|
@ -1814,7 +1814,7 @@ ftp_proxy [\http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt class="hdlist1">
|
<dt class="hdlist1">
|
||||||
all_proxy [\http://][USER:PASSWORD@]HOST[:PORT]
|
all_proxy [http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
|
@ -2723,7 +2723,7 @@ files in the program, then also delete it here.</p></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 2009-05-13 01:27:43 JST
|
Last updated 2009-05-13 01:38:23 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -77,7 +77,7 @@ HTTP/FTP Options
|
||||||
You can override this setting and specify a proxy server for a particular
|
You can override this setting and specify a proxy server for a particular
|
||||||
protocol using *--http-proxy*, *--https-proxy* and *--ftp-proxy* options.
|
protocol using *--http-proxy*, *--https-proxy* and *--ftp-proxy* options.
|
||||||
This affects all URLs.
|
This affects all URLs.
|
||||||
The format of PROXY is [\\http://][USER:PASSWORD@]HOST[:PORT]
|
The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
|
|
||||||
*--connect-timeout*=SEC::
|
*--connect-timeout*=SEC::
|
||||||
Set the connect timeout in seconds to establish connection to
|
Set the connect timeout in seconds to establish connection to
|
||||||
|
@ -224,12 +224,12 @@ HTTP Specific Options
|
||||||
*--http-proxy*=PROXY::
|
*--http-proxy*=PROXY::
|
||||||
Use this proxy server for HTTP. See also *--all-proxy* option.
|
Use this proxy server for HTTP. See also *--all-proxy* option.
|
||||||
This affects all URLs.
|
This affects all URLs.
|
||||||
The format of PROXY is [\\http://][USER:PASSWORD@]HOST[:PORT]
|
The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
|
|
||||||
*--https-proxy*=PROXY::
|
*--https-proxy*=PROXY::
|
||||||
Use this proxy server for HTTPS. See also *--all-proxy* option.
|
Use this proxy server for HTTPS. See also *--all-proxy* option.
|
||||||
This affects all URLs.
|
This affects all URLs.
|
||||||
The format of PROXY is [\\http://][USER:PASSWORD@]HOST[:PORT]
|
The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
|
|
||||||
*--private-key*=FILE::
|
*--private-key*=FILE::
|
||||||
Use the private key in FILE.
|
Use the private key in FILE.
|
||||||
|
@ -286,7 +286,7 @@ FTP Specific Options
|
||||||
*--ftp-proxy*=PROXY::
|
*--ftp-proxy*=PROXY::
|
||||||
Use this proxy server for FTP. See also *--all-proxy* option.
|
Use this proxy server for FTP. See also *--all-proxy* option.
|
||||||
This affects all URLs.
|
This affects all URLs.
|
||||||
The format of PROXY is [\\http://][USER:PASSWORD@]HOST[:PORT]
|
The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
|
||||||
|
|
||||||
*--ftp-type*=TYPE::
|
*--ftp-type*=TYPE::
|
||||||
Set FTP transfer type. TYPE is either 'binary' or 'ascii'.
|
Set FTP transfer type. TYPE is either 'binary' or 'ascii'.
|
||||||
|
@ -644,7 +644,7 @@ are also allocated if they share the same piece.
|
||||||
Enable parameterized URI support.
|
Enable parameterized URI support.
|
||||||
You can specify set of parts: 'http://{sv1,sv2,sv3}/foo.iso'.
|
You can specify set of parts: 'http://{sv1,sv2,sv3}/foo.iso'.
|
||||||
Also you can specify numeric sequences with step counter:
|
Also you can specify numeric sequences with step counter:
|
||||||
'\\http://host/image[000-100:2].img'.
|
'\http://host/image[000-100:2].img'.
|
||||||
A step counter can be omitted.
|
A step counter can be omitted.
|
||||||
If all URIs do not point to the same file, such as the second example above,
|
If all URIs do not point to the same file, such as the second example above,
|
||||||
-Z option is required.
|
-Z option is required.
|
||||||
|
@ -750,22 +750,22 @@ ENVIRONMENT
|
||||||
-----------
|
-----------
|
||||||
aria2 recognizes the following environment variables.
|
aria2 recognizes the following environment variables.
|
||||||
|
|
||||||
http_proxy [\\http://][USER:PASSWORD@]HOST[:PORT]::
|
http_proxy [\http://][USER:PASSWORD@]HOST[:PORT]::
|
||||||
Specify proxy server for use in HTTP.
|
Specify proxy server for use in HTTP.
|
||||||
Overrides http-proxy value in configuration file.
|
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.
|
||||||
|
|
||||||
https_proxy [\\http://][USER:PASSWORD@]HOST[:PORT]::
|
https_proxy [\http://][USER:PASSWORD@]HOST[:PORT]::
|
||||||
Specify proxy server for use in HTTPS.
|
Specify proxy server for use in HTTPS.
|
||||||
Overrides https-proxy value in configuration file.
|
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.
|
||||||
|
|
||||||
ftp_proxy [\\http://][USER:PASSWORD@]HOST[:PORT]::
|
ftp_proxy [\http://][USER:PASSWORD@]HOST[:PORT]::
|
||||||
Specify proxy server for use in FTP.
|
Specify proxy server for use in FTP.
|
||||||
Overrides ftp-proxy value in configuration file.
|
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.
|
||||||
|
|
||||||
all_proxy [\\http://][USER:PASSWORD@]HOST[:PORT]::
|
all_proxy [\http://][USER:PASSWORD@]HOST[:PORT]::
|
||||||
Specify proxy server for use if no protocol-specific proxy is specified.
|
Specify proxy server for use if no protocol-specific proxy is specified.
|
||||||
Overrides all-proxy value in configuration file.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue