mirror of https://github.com/aria2/aria2
parent
c674f54cf4
commit
6733b4ccf0
16
doc/aria2c.1
16
doc/aria2c.1
|
@ -1,11 +1,11 @@
|
||||||
.\" Title: aria2c
|
.\" Title: aria2c
|
||||||
.\" Author:
|
.\" Author:
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
|
||||||
.\" Date: 12/02/2008
|
.\" Date: 11/29/2008
|
||||||
.\" Manual:
|
.\" Manual:
|
||||||
.\" Source:
|
.\" Source:
|
||||||
.\"
|
.\"
|
||||||
.TH "ARIA2C" "1" "12/02/2008" "" ""
|
.TH "ARIA2C" "1" "11/29/2008" "" ""
|
||||||
.\" disable hyphenation
|
.\" disable hyphenation
|
||||||
.nh
|
.nh
|
||||||
.\" disable justification (adjust text to left margin only)
|
.\" disable justification (adjust text to left margin only)
|
||||||
|
@ -82,7 +82,7 @@ Default:
|
||||||
.PP
|
.PP
|
||||||
\fB\-\-all\-proxy\fR=PROXY
|
\fB\-\-all\-proxy\fR=PROXY
|
||||||
.RS 4
|
.RS 4
|
||||||
Use this proxy server for all protocols\&. You can override this setting and specify a proxy server for a particular proctol using
|
Use this proxy server for all protocols\&. You can override this setting and specify a proxy server for a particular protocol using
|
||||||
\fB\-\-http\-proxy\fR,
|
\fB\-\-http\-proxy\fR,
|
||||||
\fB\-\-https\-proxy\fR
|
\fB\-\-https\-proxy\fR
|
||||||
and
|
and
|
||||||
|
@ -604,7 +604,7 @@ Specify preferred protocol\&. The possible values are
|
||||||
\fIhttps\fR,
|
\fIhttps\fR,
|
||||||
\fIftp\fR
|
\fIftp\fR
|
||||||
and
|
and
|
||||||
\fInone\fR\&. Specifiy
|
\fInone\fR\&. Specify
|
||||||
\fInone\fR
|
\fInone\fR
|
||||||
to disable this feature\&. Default:
|
to disable this feature\&. Default:
|
||||||
\fInone\fR
|
\fInone\fR
|
||||||
|
@ -783,7 +783,7 @@ is given, this feature is disabled\&. Default:
|
||||||
Print the version number, copyright and the configuration information and exit\&.
|
Print the version number, copyright and the configuration information and exit\&.
|
||||||
.RE
|
.RE
|
||||||
.SS "OPTIONS THAT TAKE AN OPTIONAL ARGUMENT"
|
.SS "OPTIONS THAT TAKE AN OPTIONAL ARGUMENT"
|
||||||
The options that have its argument surrounded by square brackets([]) take an optional argument\&. Usually ommiting the argument is evaluated to \fItrue\fR\&. If you use short form of these options(such as \fI\-V\fR) and give an argument, then the option name and its argument should be concatenated(e\&.g\&. \fI\-Vfalse\fR)\&. If any spaces are inserted between the option name and the argument, the argument will be treated as URI and usually this is not what you expect\&.
|
The options that have its argument surrounded by square brackets([]) take an optional argument\&. Usually omiting the argument is evaluated to \fItrue\fR\&. If you use short form of these options(such as \fI\-V\fR) and give an argument, then the option name and its argument should be concatenated(e\&.g\&. \fI\-Vfalse\fR)\&. If any spaces are inserted between the option name and the argument, the argument will be treated as URI and usually this is not what you expect\&.
|
||||||
.sp
|
.sp
|
||||||
.SS "URL, TORRENT_FILE, METALINK_FILE"
|
.SS "URL, TORRENT_FILE, METALINK_FILE"
|
||||||
You can specify multiple URLs in command\-line\&. Unless you specify \fB\-Z\fR option, all URLs must point to the same file or downloading will fail\&.
|
You can specify multiple URLs in command\-line\&. Unless you specify \fB\-Z\fR option, all URLs must point to the same file or downloading will fail\&.
|
||||||
|
@ -843,7 +843,7 @@ aria2c \-s1 http://host/file\&.zip
|
||||||
.nr an-break-flag 1
|
.nr an-break-flag 1
|
||||||
.br
|
.br
|
||||||
Note
|
Note
|
||||||
aria2 uses 5 connections to download 1 file by default\&. \-s1 limtis the number of connections to just 1\&.
|
aria2 uses 5 connections to download 1 file by default\&. \-s1 limits the number of connections to just 1\&.
|
||||||
.sp
|
.sp
|
||||||
.sp
|
.sp
|
||||||
.it 1 an-trap
|
.it 1 an-trap
|
||||||
|
@ -1421,7 +1421,7 @@ Usually, you can resume transfer by just issuing same command(aria2c URL) if the
|
||||||
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 URL)\&.
|
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 URL)\&.
|
||||||
.sp
|
.sp
|
||||||
.SH "CONTROL FILE"
|
.SH "CONTROL FILE"
|
||||||
aria2 uses a control file to track the progress of a download\&. A control file is placed in the same directory as the dowloading file and its filename is the filename of downloading file with "\&.aria2" appended\&. For example, if you are downloading file\&.zip, then the control file should be file\&.zip\&.aria2\&. (There is a exception for this naming convention\&. If you are downloading a multi torrent, its control file is the "top directory" name of the torrent with "\&.aria2" appended\&. The "top directory" name is a value of "name" key in "info" directory in a torrent file\&.)
|
aria2 uses a control file to track the progress of a download\&. A control file is placed in the same directory as the downloading file and its filename is the filename of downloading file with "\&.aria2" appended\&. For example, if you are downloading file\&.zip, then the control file should be file\&.zip\&.aria2\&. (There is a exception for this naming convention\&. If you are downloading a multi torrent, its control file is the "top directory" name of the torrent with "\&.aria2" appended\&. The "top directory" name is a value of "name" key in "info" directory in a torrent file\&.)
|
||||||
.sp
|
.sp
|
||||||
Usually a control file is deleted once download completed\&. If aria2 decides that download cannot be resumed(for example, when downloading a file from a HTTP server which doesn\'t support resume), a control file is not created\&.
|
Usually a control file is deleted once download completed\&. If aria2 decides that download cannot be resumed(for example, when downloading a file from a HTTP server which doesn\'t support resume), a control file is not created\&.
|
||||||
.sp
|
.sp
|
||||||
|
@ -1483,7 +1483,7 @@ status
|
||||||
.RS 4
|
.RS 4
|
||||||
ERROR is set when server cannot be reached or out\-of\-service or timeout occurred\&. Otherwise, OK is set\&.
|
ERROR is set when server cannot be reached or out\-of\-service or timeout occurred\&. Otherwise, OK is set\&.
|
||||||
.RE
|
.RE
|
||||||
Those fields must exist in one line\&. The order of the fields is not significant\&.You can put pairs other than above; they are simply ignored\&.
|
Those fields must exist in one line\&. The order of the fields is not significant\&. You can put pairs other than the above; they are simply ignored\&.
|
||||||
.sp
|
.sp
|
||||||
An example follows:
|
An example follows:
|
||||||
.sp
|
.sp
|
||||||
|
|
|
@ -471,7 +471,7 @@ ARIA2C(1) Manual Page
|
||||||
<p>
|
<p>
|
||||||
Use this proxy server for all protocols.
|
Use this proxy server for all protocols.
|
||||||
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
|
||||||
proctol 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>
|
||||||
|
@ -1196,7 +1196,7 @@ writes the piece to the appropriate files.</td>
|
||||||
<p>
|
<p>
|
||||||
Specify preferred protocol.
|
Specify preferred protocol.
|
||||||
The possible values are <em>http</em>, <em>https</em>, <em>ftp</em> and <em>none</em>.
|
The possible values are <em>http</em>, <em>https</em>, <em>ftp</em> and <em>none</em>.
|
||||||
Specifiy <em>none</em> to disable this feature.
|
Specify <em>none</em> to disable this feature.
|
||||||
Default: <em>none</em>
|
Default: <em>none</em>
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
|
@ -1435,7 +1435,7 @@ are also allocated if they share the same piece.</td>
|
||||||
</dl></div>
|
</dl></div>
|
||||||
<h3 id="_options_that_take_an_optional_argument">OPTIONS THAT TAKE AN OPTIONAL ARGUMENT</h3><div style="clear:left"></div>
|
<h3 id="_options_that_take_an_optional_argument">OPTIONS THAT TAKE AN OPTIONAL ARGUMENT</h3><div style="clear:left"></div>
|
||||||
<div class="para"><p>The options that have its argument surrounded by square brackets([])
|
<div class="para"><p>The options that have its argument surrounded by square brackets([])
|
||||||
take an optional argument. Usually ommiting the argument is evaluated to <em>true</em>.
|
take an optional argument. Usually omiting the argument is evaluated to <em>true</em>.
|
||||||
If you use short form of these options(such as <em>-V</em>) and give
|
If you use short form of these options(such as <em>-V</em>) and give
|
||||||
an argument, then the option name and its argument should be concatenated(e.g.
|
an argument, then the option name and its argument should be concatenated(e.g.
|
||||||
<em>-Vfalse</em>). If any spaces are inserted between the option name and the argument,
|
<em>-Vfalse</em>). If any spaces are inserted between the option name and the argument,
|
||||||
|
@ -1487,7 +1487,7 @@ contains "&" or any characters that have special meaning in shell.</td>
|
||||||
<div class="title">Note</div>
|
<div class="title">Note</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="content">aria2 uses 5 connections to download 1 file by default.
|
<td class="content">aria2 uses 5 connections to download 1 file by default.
|
||||||
-s1 limtis the number of connections to just 1.</td>
|
-s1 limits the number of connections to just 1.</td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
</div>
|
</div>
|
||||||
<div class="admonitionblock">
|
<div class="admonitionblock">
|
||||||
|
@ -1804,7 +1804,7 @@ download manager, then use -c option to continue the transfer(aria2c -c URL).</p
|
||||||
<h2 id="_control_file">CONTROL FILE</h2>
|
<h2 id="_control_file">CONTROL FILE</h2>
|
||||||
<div class="sectionbody">
|
<div class="sectionbody">
|
||||||
<div class="para"><p>aria2 uses a control file to track the progress of a download.
|
<div class="para"><p>aria2 uses a control file to track the progress of a download.
|
||||||
A control file is placed in the same directory as the dowloading file and
|
A control file is placed in the same directory as the downloading file and
|
||||||
its filename is the filename of downloading file with ".aria2" appended.
|
its filename is the filename of downloading file with ".aria2" appended.
|
||||||
For example, if you are downloading file.zip, then the control file should be
|
For example, if you are downloading file.zip, then the control file should be
|
||||||
file.zip.aria2.
|
file.zip.aria2.
|
||||||
|
@ -1904,7 +1904,7 @@ status
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl></div>
|
</dl></div>
|
||||||
<div class="para"><p>Those fields must exist in one line. The order of the fields is not significant.You can put pairs other than above; they are simply ignored.</p></div>
|
<div class="para"><p>Those fields must exist in one line. The order of the fields is not significant. You can put pairs other than the above; they are simply ignored.</p></div>
|
||||||
<div class="para"><p>An example follows:</p></div>
|
<div class="para"><p>An example follows:</p></div>
|
||||||
<div class="listingblock">
|
<div class="listingblock">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
@ -2030,7 +2030,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 2008-12-02 01:46:23 JST
|
Last updated 2008-11-29 20:11:51 EDT
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -67,7 +67,7 @@ HTTP/FTP Options
|
||||||
*--all-proxy*=PROXY::
|
*--all-proxy*=PROXY::
|
||||||
Use this proxy server for all protocols.
|
Use this proxy server for all protocols.
|
||||||
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
|
||||||
proctol 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]
|
||||||
|
|
||||||
|
@ -434,7 +434,7 @@ Metalink Specific Options
|
||||||
*--metalink-preferred-protocol*=PROTO::
|
*--metalink-preferred-protocol*=PROTO::
|
||||||
Specify preferred protocol.
|
Specify preferred protocol.
|
||||||
The possible values are 'http', 'https', 'ftp' and 'none'.
|
The possible values are 'http', 'https', 'ftp' and 'none'.
|
||||||
Specifiy 'none' to disable this feature.
|
Specify 'none' to disable this feature.
|
||||||
Default: 'none'
|
Default: 'none'
|
||||||
|
|
||||||
*--metalink-enable-unique-protocol*='true'|'false'::
|
*--metalink-enable-unique-protocol*='true'|'false'::
|
||||||
|
@ -559,7 +559,7 @@ are also allocated if they share the same piece.
|
||||||
OPTIONS THAT TAKE AN OPTIONAL ARGUMENT
|
OPTIONS THAT TAKE AN OPTIONAL ARGUMENT
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
The options that have its argument surrounded by square brackets([])
|
The options that have its argument surrounded by square brackets([])
|
||||||
take an optional argument. Usually ommiting the argument is evaluated to 'true'.
|
take an optional argument. Usually omiting the argument is evaluated to 'true'.
|
||||||
If you use short form of these options(such as '-V') and give
|
If you use short form of these options(such as '-V') and give
|
||||||
an argument, then the option name and its argument should be concatenated(e.g.
|
an argument, then the option name and its argument should be concatenated(e.g.
|
||||||
'-Vfalse'). If any spaces are inserted between the option name and the argument,
|
'-Vfalse'). If any spaces are inserted between the option name and the argument,
|
||||||
|
@ -602,7 +602,7 @@ aria2c -s1 http://host/file.zip
|
||||||
----------------------------------
|
----------------------------------
|
||||||
[NOTE]
|
[NOTE]
|
||||||
aria2 uses 5 connections to download 1 file by default.
|
aria2 uses 5 connections to download 1 file by default.
|
||||||
-s1 limtis the number of connections to just 1.
|
-s1 limits the number of connections to just 1.
|
||||||
|
|
||||||
[NOTE]
|
[NOTE]
|
||||||
To pause a download, press Ctrl-C. You can resume the transfer by running aria2c with the same argument in the same directory. You can change URLs as long as they are pointing to the same file.
|
To pause a download, press Ctrl-C. You can resume the transfer by running aria2c with the same argument in the same directory. You can change URLs as long as they are pointing to the same file.
|
||||||
|
@ -859,7 +859,7 @@ download manager, then use -c option to continue the transfer(aria2c -c URL).
|
||||||
CONTROL FILE
|
CONTROL FILE
|
||||||
------------
|
------------
|
||||||
aria2 uses a control file to track the progress of a download.
|
aria2 uses a control file to track the progress of a download.
|
||||||
A control file is placed in the same directory as the dowloading file and
|
A control file is placed in the same directory as the downloading file and
|
||||||
its filename is the filename of downloading file with ".aria2" appended.
|
its filename is the filename of downloading file with ".aria2" appended.
|
||||||
For example, if you are downloading file.zip, then the control file should be
|
For example, if you are downloading file.zip, then the control file should be
|
||||||
file.zip.aria2.
|
file.zip.aria2.
|
||||||
|
@ -938,7 +938,7 @@ status::
|
||||||
ERROR is set when server cannot be reached or out-of-service or timeout
|
ERROR is set when server cannot be reached or out-of-service or timeout
|
||||||
occurred. Otherwise, OK is set.
|
occurred. Otherwise, OK is set.
|
||||||
|
|
||||||
Those fields must exist in one line. The order of the fields is not significant.You can put pairs other than above; they are simply ignored.
|
Those fields must exist in one line. The order of the fields is not significant. You can put pairs other than the above; they are simply ignored.
|
||||||
|
|
||||||
An example follows:
|
An example follows:
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue