mirror of https://github.com/aria2/aria2
2009-03-13 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated README * READMEpull/1/head
parent
baeee19593
commit
29d7425b2e
|
@ -1,3 +1,8 @@
|
||||||
|
2009-03-13 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Updated README
|
||||||
|
* README
|
||||||
|
|
||||||
2009-03-13 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-03-13 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Bump up version number to 1.3.0
|
Bump up version number to 1.3.0
|
||||||
|
|
18
README
18
README
|
@ -164,19 +164,11 @@ multi-file mode::
|
||||||
is created. The directory to store the top directory of
|
is created. The directory to store the top directory of
|
||||||
downloaded files can be specified by -d option.
|
downloaded files can be specified by -d option.
|
||||||
|
|
||||||
In the default behavior, before download starts, a complete directory
|
Before download starts, a complete directory structure is created if
|
||||||
structure is created if needed. By default, aria2 opens at most 100
|
needed. By default, aria2 opens at most 100 files mentioned in
|
||||||
files mentioned in .torrent file, directly writes to and reads from
|
.torrent file, directly writes to and reads from these files. The
|
||||||
these files. The number of files to open simultaneously can be
|
number of files to open simultaneously can be controlled by
|
||||||
controlled by \--bt-max-open-files option.
|
\--bt-max-open-files option.
|
||||||
|
|
||||||
If \--direct-file-mapping option set to be false, aria2 creates
|
|
||||||
temporary file in the store directory. The length of this file is the
|
|
||||||
sum of length of the files in .torrent file, so at least 2 times more
|
|
||||||
disk space than the file size itself is required. Writing and reading
|
|
||||||
are done against this file. After download completes, aria2 creates
|
|
||||||
complete directory structure if needed, and copies whole file or a
|
|
||||||
part of it to the destination.
|
|
||||||
|
|
||||||
DHT
|
DHT
|
||||||
~~~
|
~~~
|
||||||
|
|
19
README.html
19
README.html
|
@ -735,18 +735,11 @@ multi-file mode
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl></div>
|
</dl></div>
|
||||||
<div class="para"><p>In the default behavior, before download starts, a complete directory
|
<div class="para"><p>Before download starts, a complete directory structure is created if
|
||||||
structure is created if needed. By default, aria2 opens at most 100
|
needed. By default, aria2 opens at most 100 files mentioned in
|
||||||
files mentioned in .torrent file, directly writes to and reads from
|
.torrent file, directly writes to and reads from these files. The
|
||||||
these files. The number of files to open simultaneously can be
|
number of files to open simultaneously can be controlled by
|
||||||
controlled by --bt-max-open-files option.</p></div>
|
--bt-max-open-files option.</p></div>
|
||||||
<div class="para"><p>If --direct-file-mapping option set to be false, aria2 creates
|
|
||||||
temporary file in the store directory. The length of this file is the
|
|
||||||
sum of length of the files in .torrent file, so at least 2 times more
|
|
||||||
disk space than the file size itself is required. Writing and reading
|
|
||||||
are done against this file. After download completes, aria2 creates
|
|
||||||
complete directory structure if needed, and copies whole file or a
|
|
||||||
part of it to the destination.</p></div>
|
|
||||||
<h3 id="_dht">5.2. DHT</h3><div style="clear:left"></div>
|
<h3 id="_dht">5.2. DHT</h3><div style="clear:left"></div>
|
||||||
<div class="para"><p>As of release 0.13.0, aria2 supports DHT. By default, the routing
|
<div class="para"><p>As of release 0.13.0, aria2 supports DHT. By default, the routing
|
||||||
table is saved to $HOME/.aria2/dht.dat.</p></div>
|
table is saved to $HOME/.aria2/dht.dat.</p></div>
|
||||||
|
@ -831,7 +824,7 @@ man aria2c
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 2009-02-15 12:21:10 JST
|
Last updated 2009-03-13 22:50:09 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue