2010-07-16 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Updated doc of --split option.
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2010-07-16 14:26:31 +00:00
parent b7e4018e45
commit db23e29ecf
4 changed files with 28 additions and 18 deletions

View File

@ -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> 2010-07-16 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Moved executeHook and executeHookByOptName to util. Moved executeHook and executeHookByOptName to util.

View File

@ -292,8 +292,12 @@ Specifies timeout in seconds to invalidate performance profile of the servers si
.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 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 \fB\-j\fR
and
\fB\-\-min\-split\-size\fR
option too\&. Please note that in Metalink download, this option has no effect and use option too\&. Please note that in Metalink download, this option has no effect and use
\fB\-C\fR \fB\-C\fR
option instead\&. Default: option instead\&. Default:

View File

@ -905,14 +905,14 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
</dt> </dt>
<dd> <dd>
<p> <p>
Download a file using N connections. Download a file using N connections. If more than N URIs are given,
If more than N URIs are given, first N URIs are used and remaining URIs are first N URIs are used and remaining URIs are used for backup. If
used for backup. less than N URIs are given, those URIs are used more than once so
If less than N URIs are given, those URIs are used more than once so that N that N connections total are made simultaneously. The number of
connections total are made simultaneously. connections to the same host is restricted by
Please see <strong>-j</strong> option too. <strong>--max-connection-per-server</strong> option. Please see <strong>-j</strong> and
Please note that in Metalink download, this option has no effect and use <strong>--min-split-size</strong> option too. Please note that in Metalink
<strong>-C</strong> option instead. download, this option has no effect and use <strong>-C</strong> option instead.
Default: <em>5</em> Default: <em>5</em>
</p> </p>
</dd> </dd>
@ -4230,7 +4230,7 @@ files in the program, then also delete it here.</p></div>
<div id="footnotes"><hr /></div> <div id="footnotes"><hr /></div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2010-07-16 22:59:29 JST Last updated 2010-07-16 23:25:07 JST
</div> </div>
</div> </div>
</body> </body>

View File

@ -197,14 +197,15 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"
Default: '86400' (24hours) Default: '86400' (24hours)
*-s*, *--split*=N:: *-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 Download a file using N connections. If more than N URIs are given,
used for backup. first N URIs are used and remaining URIs are used for backup. If
If less than N URIs are given, those URIs are used more than once so that N less than N URIs are given, those URIs are used more than once so
connections total are made simultaneously. that N connections total are made simultaneously. The number of
Please see *-j* option too. connections to the same host is restricted by
Please note that in Metalink download, this option has no effect and use *--max-connection-per-server* option. Please see *-j* and
*-C* option instead. *--min-split-size* option too. Please note that in Metalink
download, this option has no effect and use *-C* option instead.
Default: '5' Default: '5'
*-t*, *--timeout*=SEC:: *-t*, *--timeout*=SEC::