mirror of https://github.com/aria2/aria2
2009-12-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated "URI, MAGNET, TORRENT_FILE, METALINK_FILE" section. Added text saying DHT is recommended when Magnet URI is provided. * doc/aria2c.1.txtpull/1/head
parent
7bc6fc54a1
commit
1016f51f7a
|
@ -1,3 +1,9 @@
|
|||
2009-12-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Updated "URI, MAGNET, TORRENT_FILE, METALINK_FILE" section. Added
|
||||
text saying DHT is recommended when Magnet URI is provided.
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2009-12-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Fixed the bug that DHT is always enabled when BitTorrent Magnet
|
||||
|
|
|
@ -1105,7 +1105,7 @@ The options that have its argument surrounded by square brackets([]) take an opt
|
|||
.sp
|
||||
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\&.
|
||||
.sp
|
||||
You can specify arbitrary number of BitTorrent Magnet URI\&. Please note that they are always treated as a separate download\&. Both hex encoded 40 characters Info Hash and Base32 encoded 32 characters Info Hash are supported\&. The multiple "tr" paramters are supported\&. Because BitTorrent Magnet URI is likely to contain "&" character, it is highly recommended to always quote URI with single(\') or double(") quotation\&. See http://www\&.bittorrent\&.org/beps/bep_0009\&.html for more details about BitTorrent Magnet URI\&.
|
||||
You can specify arbitrary number of BitTorrent Magnet URI\&. Please note that they are always treated as a separate download\&. Both hex encoded 40 characters Info Hash and Base32 encoded 32 characters Info Hash are supported\&. The multiple "tr" paramters are supported\&. Because BitTorrent Magnet URI is likely to contain "&" character, it is highly recommended to always quote URI with single(\') or double(") quotation\&. Enabling DHT is strongly recommended especially when "tr" parameter is missing\&. See http://www\&.bittorrent\&.org/beps/bep_0009\&.html for more details about BitTorrent Magnet URI\&.
|
||||
.sp
|
||||
You can also specify arbitrary number of torrent files and metalink files stored on a local drive\&. Please note that they are always treated as a separate download\&.
|
||||
.sp
|
||||
|
|
|
@ -1954,8 +1954,9 @@ that they are always treated as a separate download. Both hex encoded
|
|||
supported. The multiple "tr" paramters are supported. Because
|
||||
BitTorrent Magnet URI is likely to contain "&" character, it is highly
|
||||
recommended to always quote URI with single(') or double(") quotation.
|
||||
See <a href="http://www.bittorrent.org/beps/bep_0009.html">http://www.bittorrent.org/beps/bep_0009.html</a> for more details
|
||||
about BitTorrent Magnet URI.</p></div>
|
||||
Enabling DHT is strongly recommended especially when "tr" parameter is
|
||||
missing. See <a href="http://www.bittorrent.org/beps/bep_0009.html">http://www.bittorrent.org/beps/bep_0009.html</a> for more
|
||||
details about BitTorrent Magnet URI.</p></div>
|
||||
<div class="paragraph"><p>You can also specify arbitrary number of torrent files and metalink files
|
||||
stored on a local drive. Please note that they are always treated as a
|
||||
separate download.</p></div>
|
||||
|
@ -3457,7 +3458,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 2009-12-05 16:08:32 JST
|
||||
Last updated 2009-12-05 16:46:00 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -770,8 +770,9 @@ that they are always treated as a separate download. Both hex encoded
|
|||
supported. The multiple "tr" paramters are supported. Because
|
||||
BitTorrent Magnet URI is likely to contain "&" character, it is highly
|
||||
recommended to always quote URI with single(') or double(") quotation.
|
||||
See http://www.bittorrent.org/beps/bep_0009.html for more details
|
||||
about BitTorrent Magnet URI.
|
||||
Enabling DHT is strongly recommended especially when "tr" parameter is
|
||||
missing. See http://www.bittorrent.org/beps/bep_0009.html for more
|
||||
details about BitTorrent Magnet URI.
|
||||
|
||||
You can also specify arbitrary number of torrent files and metalink files
|
||||
stored on a local drive. Please note that they are always treated as a
|
||||
|
|
Loading…
Reference in New Issue