mirror of https://github.com/aria2/aria2
2008-07-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Updated the descriptions for -j, -s. Added --bt-seed. * doc/aria2c.1 * doc/aria2c.1.html * doc/aria2c.1.txtpull/1/head
parent
d8d8a4cff1
commit
10f730cfec
|
@ -1,3 +1,10 @@
|
||||||
|
2008-07-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
|
Updated the descriptions for -j, -s. Added --bt-seed.
|
||||||
|
* doc/aria2c.1
|
||||||
|
* doc/aria2c.1.html
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
|
||||||
2008-07-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
2008-07-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
Added --bt-seed option. If --bt-seed=true is given at the command-line,
|
Added --bt-seed option. If --bt-seed=true is given at the command-line,
|
||||||
|
|
14
doc/aria2c.1
14
doc/aria2c.1
|
@ -42,7 +42,7 @@ is specified, log is written to stdout\&.
|
||||||
.PP
|
.PP
|
||||||
\fB\-j\fR, \fB\-\-max\-concurrent\-downloads\fR=N
|
\fB\-j\fR, \fB\-\-max\-concurrent\-downloads\fR=N
|
||||||
.RS 4
|
.RS 4
|
||||||
Set maximum number of parallel downloads\&. Default:
|
Set maximum number of parallel downloads for every static (HTTP/FTP) URL, torrent and metalink\&. Default:
|
||||||
\fI5\fR
|
\fI5\fR
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
@ -114,10 +114,12 @@ and
|
||||||
.PP
|
.PP
|
||||||
\fB\-s\fR, \fB\-\-split\fR=N
|
\fB\-s\fR, \fB\-\-split\fR=N
|
||||||
.RS 4
|
.RS 4
|
||||||
Download a file using N connections\&. If more than N URLs are given, first N URLs are used and remaining URLs are used for backup\&. If less than N URLs are given, some of the URLs are used more than once so that totaly N connections are made simultaneously\&. N must be between
|
Download a file using N connections\&. If more than N URLs are given, first N URLs are used and remaining URLs are used for backup\&. If less than N URLs are given, those URLs are used more than once so that N connections total are made simultaneously\&. N must be between
|
||||||
\fI1\fR
|
\fI1\fR
|
||||||
and
|
and
|
||||||
\fI16\fR\&. Default:
|
\fI16\fR\&. Please see
|
||||||
|
\fB\-j\fR
|
||||||
|
option too\&. Default:
|
||||||
\fI5\fR
|
\fI5\fR
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
@ -305,6 +307,12 @@ or
|
||||||
\fI51200\fR
|
\fI51200\fR
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
\fB\-\-bt\-seed\fR[=\fItrue\fR|\fIfalse\fR]
|
||||||
|
.RS 4
|
||||||
|
Seed previously downloaded files without validating piece hashes\&. Default:
|
||||||
|
\fIfalse\fR
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
\fB\-\-dht\-entry\-point\fR=HOST:PORT
|
\fB\-\-dht\-entry\-point\fR=HOST:PORT
|
||||||
.RS 4
|
.RS 4
|
||||||
Set host and port as an entry point to DHT network\&.
|
Set host and port as an entry point to DHT network\&.
|
||||||
|
|
|
@ -378,7 +378,8 @@ div.olist2 div.olist ol {
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
Set maximum number of parallel downloads.
|
Set maximum number of parallel downloads for every static (HTTP/FTP) URL,
|
||||||
|
torrent and metalink.
|
||||||
Default: <em>5</em>
|
Default: <em>5</em>
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
|
@ -484,9 +485,9 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
||||||
Download a file using N connections.
|
Download a file using N connections.
|
||||||
If more than N URLs are given, first N URLs are used and remaining URLs are
|
If more than N URLs are given, first N URLs are used and remaining URLs are
|
||||||
used for backup.
|
used for backup.
|
||||||
If less than N URLs are given, some of the URLs are used more than once so
|
If less than N URLs are given, those URLs are used more than once so that N
|
||||||
that totaly N connections are made simultaneously. N must be between <em>1</em> and
|
connections total are made simultaneously.
|
||||||
<em>16</em>.
|
N must be between <em>1</em> and <em>16</em>. Please see <strong>-j</strong> option too.
|
||||||
Default: <em>5</em>
|
Default: <em>5</em>
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
|
@ -765,6 +766,15 @@ writes the piece to the appropriate files.</td>
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
|
<strong>—bt-seed</strong>[=<em>true</em>|<em>false</em>]
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
<p>
|
||||||
|
Seed previously downloaded files without validating piece hashes.
|
||||||
|
Default: <em>false</em>
|
||||||
|
</p>
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
<strong>—dht-entry-point</strong>=HOST:PORT
|
<strong>—dht-entry-point</strong>=HOST:PORT
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
@ -1612,7 +1622,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-07-08 21:10:34 JST
|
Last updated 2008-07-08 23:09:43 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -32,7 +32,8 @@ Basic Options
|
||||||
stdout.
|
stdout.
|
||||||
|
|
||||||
*-j*, *--max-concurrent-downloads*=N::
|
*-j*, *--max-concurrent-downloads*=N::
|
||||||
Set maximum number of parallel downloads.
|
Set maximum number of parallel downloads for every static (HTTP/FTP) URL,
|
||||||
|
torrent and metalink.
|
||||||
Default: '5'
|
Default: '5'
|
||||||
|
|
||||||
*--check-integrity*='true'|'false'::
|
*--check-integrity*='true'|'false'::
|
||||||
|
@ -90,9 +91,9 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip
|
||||||
Download a file using N connections.
|
Download a file using N connections.
|
||||||
If more than N URLs are given, first N URLs are used and remaining URLs are
|
If more than N URLs are given, first N URLs are used and remaining URLs are
|
||||||
used for backup.
|
used for backup.
|
||||||
If less than N URLs are given, some of the URLs are used more than once so
|
If less than N URLs are given, those URLs are used more than once so that N
|
||||||
that totaly N connections are made simultaneously. N must be between '1' and
|
connections total are made simultaneously.
|
||||||
'16'.
|
N must be between '1' and '16'. Please see *-j* option too.
|
||||||
Default: '5'
|
Default: '5'
|
||||||
|
|
||||||
*-t*, *--timeout*=SEC::
|
*-t*, *--timeout*=SEC::
|
||||||
|
@ -223,6 +224,10 @@ BitTorrent Specific Options
|
||||||
You can append 'K' or 'M'(1K = 1024, 1M = 1024K).
|
You can append 'K' or 'M'(1K = 1024, 1M = 1024K).
|
||||||
Default: '51200'
|
Default: '51200'
|
||||||
|
|
||||||
|
*--bt-seed*[='true'|'false']::
|
||||||
|
Seed previously downloaded files without validating piece hashes.
|
||||||
|
Default: 'false'
|
||||||
|
|
||||||
*--dht-entry-point*=HOST:PORT::
|
*--dht-entry-point*=HOST:PORT::
|
||||||
Set host and port as an entry point to DHT network.
|
Set host and port as an entry point to DHT network.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue