mirror of https://github.com/aria2/aria2
2010-08-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated doc * doc/aria2c.1.txtpull/1/head
parent
939e4b2038
commit
492d6e9694
|
@ -1,3 +1,8 @@
|
|||
2010-08-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Updated doc
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2010-08-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Added test for previous change
|
||||
|
|
23
doc/aria2c.1
23
doc/aria2c.1
|
@ -2,12 +2,12 @@
|
|||
.\" Title: aria2c
|
||||
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
||||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
||||
.\" Date: 08/27/2010
|
||||
.\" Date: 08/31/2010
|
||||
.\" Manual: Aria2 Manual
|
||||
.\" Source: Aria2 1.10.1
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "ARIA2C" "1" "08/27/2010" "Aria2 1\&.10\&.1" "Aria2 Manual"
|
||||
.TH "ARIA2C" "1" "08/31/2010" "Aria2 1\&.10\&.1" "Aria2 Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -1654,7 +1654,24 @@ ftp\-pasv=true
|
|||
.\}
|
||||
.SS "dht\&.dat"
|
||||
.sp
|
||||
By default, the routing table of DHT is saved to the path $HOME/\&.aria2/dht\&.dat\&.
|
||||
By default, the routing table of IPv4 DHT is saved to the path $HOME/\&.aria2/dht\&.dat and the routing table of IPv6 DHT is saved to the path $HOME/\&.aria2/dht6\&.dat\&.
|
||||
.SS "Netrc"
|
||||
.sp
|
||||
Netrc support is enabled by default for HTTP(S)/FTP\&. To disable netrc support, specify \fB\-n\fR option\&. Your \&.netrc file should have correct permissions(600)\&.
|
||||
.sp
|
||||
If machine name starts "\&.", aria2 performs domain match instead of exact match\&. This is an extension of aria2\&. For example of domain match, imagine the following \&.netrc entry:
|
||||
.sp
|
||||
.if n \{\
|
||||
.RS 4
|
||||
.\}
|
||||
.nf
|
||||
machine \&.example\&.org login myid password mypasswd
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
.\}
|
||||
.sp
|
||||
In domain match, aria2\&.example\&.org matches \&.example\&.org and uses myid and mypasswd\&. example\&.org also matches \&.example\&.org\&. But example\&.net does not match \&.example\&.org\&.
|
||||
.SS "Control File"
|
||||
.sp
|
||||
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\&.)
|
||||
|
|
|
@ -2594,7 +2594,23 @@ max-upload-limit=50K
|
|||
ftp-pasv=true</tt></pre>
|
||||
</div></div>
|
||||
<h3 id="_dht_dat">dht.dat</h3><div style="clear:left"></div>
|
||||
<div class="paragraph"><p>By default, the routing table of DHT is saved to the path $HOME/.aria2/dht.dat.</p></div>
|
||||
<div class="paragraph"><p>By default, the routing table of IPv4 DHT is saved to the path
|
||||
$HOME/.aria2/dht.dat and the routing table of IPv6 DHT is saved to the
|
||||
path $HOME/.aria2/dht6.dat.</p></div>
|
||||
<h3 id="_netrc">Netrc</h3><div style="clear:left"></div>
|
||||
<div class="paragraph"><p>Netrc support is enabled by default for HTTP(S)/FTP. To disable netrc
|
||||
support, specify <strong>-n</strong> option. Your .netrc file should have correct
|
||||
permissions(600).</p></div>
|
||||
<div class="paragraph"><p>If machine name starts ".", aria2 performs domain match instead of
|
||||
exact match. This is an extension of aria2. For example of domain
|
||||
match, imagine the following .netrc entry:</p></div>
|
||||
<div class="listingblock">
|
||||
<div class="content">
|
||||
<pre><tt>machine .example.org login myid password mypasswd</tt></pre>
|
||||
</div></div>
|
||||
<div class="paragraph"><p>In domain match, aria2.example.org matches .example.org and uses myid
|
||||
and mypasswd. example.org also matches .example.org. But example.net
|
||||
does not match .example.org.</p></div>
|
||||
<h3 id="_control_file">Control File</h3><div style="clear:left"></div>
|
||||
<div class="paragraph"><p>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
|
||||
|
@ -4364,7 +4380,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-08-27 20:49:24 JST
|
||||
Last updated 2010-08-31 20:49:59 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -1178,7 +1178,29 @@ ftp-pasv=true
|
|||
|
||||
dht.dat
|
||||
~~~~~~~~
|
||||
By default, the routing table of DHT is saved to the path $HOME/.aria2/dht.dat.
|
||||
|
||||
By default, the routing table of IPv4 DHT is saved to the path
|
||||
$HOME/.aria2/dht.dat and the routing table of IPv6 DHT is saved to the
|
||||
path $HOME/.aria2/dht6.dat.
|
||||
|
||||
Netrc
|
||||
~~~~~
|
||||
|
||||
Netrc support is enabled by default for HTTP(S)/FTP. To disable netrc
|
||||
support, specify *-n* option. Your .netrc file should have correct
|
||||
permissions(600).
|
||||
|
||||
If machine name starts ".", aria2 performs domain match instead of
|
||||
exact match. This is an extension of aria2. For example of domain
|
||||
match, imagine the following .netrc entry:
|
||||
|
||||
-------------------------------------------------
|
||||
machine .example.org login myid password mypasswd
|
||||
-------------------------------------------------
|
||||
|
||||
In domain match, aria2.example.org matches .example.org and uses myid
|
||||
and mypasswd. example.org also matches .example.org. But example.net
|
||||
does not match .example.org.
|
||||
|
||||
Control File
|
||||
~~~~~~~~~~~~
|
||||
|
|
Loading…
Reference in New Issue