|
@@ -77,7 +77,7 @@ HTTP/FTP Options
|
|
|
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 URLs.
|
|
|
- The format of PROXY is [\\http://][USER:PASSWORD@]HOST[:PORT]
|
|
|
+ The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
|
|
|
|
|
|
*--connect-timeout*=SEC::
|
|
|
Set the connect timeout in seconds to establish connection to
|
|
@@ -224,12 +224,12 @@ HTTP Specific Options
|
|
|
*--http-proxy*=PROXY::
|
|
|
Use this proxy server for HTTP. See also *--all-proxy* option.
|
|
|
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::
|
|
|
Use this proxy server for HTTPS. See also *--all-proxy* option.
|
|
|
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::
|
|
|
Use the private key in FILE.
|
|
@@ -286,7 +286,7 @@ FTP Specific Options
|
|
|
*--ftp-proxy*=PROXY::
|
|
|
Use this proxy server for FTP. See also *--all-proxy* option.
|
|
|
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::
|
|
|
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.
|
|
|
You can specify set of parts: 'http://{sv1,sv2,sv3}/foo.iso'.
|
|
|
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.
|
|
|
If all URIs do not point to the same file, such as the second example above,
|
|
|
-Z option is required.
|
|
@@ -750,22 +750,22 @@ ENVIRONMENT
|
|
|
-----------
|
|
|
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.
|
|
|
Overrides http-proxy value in configuration file.
|
|
|
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.
|
|
|
Overrides https-proxy value in configuration file.
|
|
|
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.
|
|
|
Overrides ftp-proxy value in configuration file.
|
|
|
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.
|
|
|
Overrides all-proxy value in configuration file.
|
|
|
The command-line option *--all-proxy* overrides this value.
|