mirror of https://github.com/aria2/aria2
2010-07-16 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated doc of --split option. * doc/aria2c.1.txtpull/1/head
parent
b7e4018e45
commit
db23e29ecf
|
@ -1,3 +1,8 @@
|
|||
2010-07-16 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Updated doc of --split option.
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2010-07-16 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Moved executeHook and executeHookByOptName to util.
|
||||
|
|
|
@ -292,8 +292,12 @@ Specifies timeout in seconds to invalidate performance profile of the servers si
|
|||
.PP
|
||||
\fB\-s\fR, \fB\-\-split\fR=N
|
||||
.RS 4
|
||||
Download a file using N connections\&. If more than N URIs are given, first N URIs are used and remaining URIs are used for backup\&. If less than N URIs are given, those URIs are used more than once so that N connections total are made simultaneously\&. Please see
|
||||
Download a file using N connections\&. If more than N URIs are given, first N URIs are used and remaining URIs are used for backup\&. If less than N URIs are given, those URIs are used more than once so that N connections total are made simultaneously\&. The number of connections to the same host is restricted by
|
||||
\fB\-\-max\-connection\-per\-server\fR
|
||||
option\&. Please see
|
||||
\fB\-j\fR
|
||||
and
|
||||
\fB\-\-min\-split\-size\fR
|
||||
option too\&. Please note that in Metalink download, this option has no effect and use
|
||||
\fB\-C\fR
|
||||
option instead\&. Default:
|
||||
|
|
|
@ -905,14 +905,14 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
|
|||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Download a file using N connections.
|
||||
If more than N URIs are given, first N URIs are used and remaining URIs are
|
||||
used for backup.
|
||||
If less than N URIs are given, those URIs are used more than once so that N
|
||||
connections total are made simultaneously.
|
||||
Please see <strong>-j</strong> option too.
|
||||
Please note that in Metalink download, this option has no effect and use
|
||||
<strong>-C</strong> option instead.
|
||||
Download a file using N connections. If more than N URIs are given,
|
||||
first N URIs are used and remaining URIs are used for backup. If
|
||||
less than N URIs are given, those URIs are used more than once so
|
||||
that N connections total are made simultaneously. The number of
|
||||
connections to the same host is restricted by
|
||||
<strong>--max-connection-per-server</strong> option. Please see <strong>-j</strong> and
|
||||
<strong>--min-split-size</strong> option too. Please note that in Metalink
|
||||
download, this option has no effect and use <strong>-C</strong> option instead.
|
||||
Default: <em>5</em>
|
||||
</p>
|
||||
</dd>
|
||||
|
@ -4230,7 +4230,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-07-16 22:59:29 JST
|
||||
Last updated 2010-07-16 23:25:07 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -197,14 +197,15 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"
|
|||
Default: '86400' (24hours)
|
||||
|
||||
*-s*, *--split*=N::
|
||||
Download a file using N connections.
|
||||
If more than N URIs are given, first N URIs are used and remaining URIs are
|
||||
used for backup.
|
||||
If less than N URIs are given, those URIs are used more than once so that N
|
||||
connections total are made simultaneously.
|
||||
Please see *-j* option too.
|
||||
Please note that in Metalink download, this option has no effect and use
|
||||
*-C* option instead.
|
||||
|
||||
Download a file using N connections. If more than N URIs are given,
|
||||
first N URIs are used and remaining URIs are used for backup. If
|
||||
less than N URIs are given, those URIs are used more than once so
|
||||
that N connections total are made simultaneously. The number of
|
||||
connections to the same host is restricted by
|
||||
*--max-connection-per-server* option. Please see *-j* and
|
||||
*--min-split-size* option too. Please note that in Metalink
|
||||
download, this option has no effect and use *-C* option instead.
|
||||
Default: '5'
|
||||
|
||||
*-t*, *--timeout*=SEC::
|
||||
|
|
Loading…
Reference in New Issue