mirror of https://github.com/aria2/aria2
2009-02-02 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Documented --http-server-listen-port and --enable-http-server in man page. * doc/aria2c.1.txtpull/1/head
parent
30fdb34c2f
commit
a2fcc3f037
|
@ -1,3 +1,9 @@
|
|||
2009-02-02 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Documented --http-server-listen-port and --enable-http-server in
|
||||
man page.
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2009-02-01 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Updated Spanish, Indonesian, Russian, Ukrainian and Italian
|
||||
|
|
18
doc/aria2c.1
18
doc/aria2c.1
|
@ -1,11 +1,11 @@
|
|||
.\" Title: aria2c
|
||||
.\" Author:
|
||||
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
|
||||
.\" Date: 01/19/2009
|
||||
.\" Date: 02/02/2009
|
||||
.\" Manual:
|
||||
.\" Source:
|
||||
.\"
|
||||
.TH "ARIA2C" "1" "01/19/2009" "" ""
|
||||
.TH "ARIA2C" "1" "02/02/2009" "" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
@ -733,6 +733,12 @@ Enable directI/O, which lowers cpu usage while allocating/checking files\&. Turn
|
|||
\fItrue\fR
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-enable\-http\-server\fR[=\fItrue\fR|\fIfalse\fR]
|
||||
.RS 4
|
||||
Enable the built\-in HTTP server\&. Currently, this is the experimental feature and it just provides the current download progress\&. Use your web browser(console\-based ones, such as elinks, w3m, are recommended) to connect the server and see what\'s what\&. Default:
|
||||
\fIfalse\fR
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-file\-allocation\fR=METHOD
|
||||
.RS 4
|
||||
Specify file allocation method\&. METHOD is either
|
||||
|
@ -779,6 +785,14 @@ Fetch URIs in the command\-line sequentially and download each URI in a separate
|
|||
\fIfalse\fR
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-http\-server\-listen\-port\fR=PORT
|
||||
.RS 4
|
||||
Specify a port number for the built\-in HTTP Server to listen to\&. Possible Values:
|
||||
\fI1024\fR\-\fI65535\fR
|
||||
Default:
|
||||
\fI6800\fR
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-max\-download\-limit\fR=SPEED
|
||||
.RS 4
|
||||
Set max download speed in bytes per sec\&.
|
||||
|
|
|
@ -1362,6 +1362,17 @@ writes the piece to the appropriate files.</td>
|
|||
</p>
|
||||
</dd>
|
||||
<dt>
|
||||
<strong>--enable-http-server</strong>[=<em>true</em>|<em>false</em>]
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Enable the built-in HTTP server. Currently, this is the experimental
|
||||
feature and it just provides the current download progress. Use your
|
||||
web browser(console-based ones, such as elinks, w3m, are recommended)
|
||||
to connect the server and see what's what. Default: <em>false</em>
|
||||
</p>
|
||||
</dd>
|
||||
<dt>
|
||||
<strong>--file-allocation</strong>=METHOD
|
||||
</dt>
|
||||
<dd>
|
||||
|
@ -1415,6 +1426,15 @@ are also allocated if they share the same piece.</td>
|
|||
</p>
|
||||
</dd>
|
||||
<dt>
|
||||
<strong>--http-server-listen-port</strong>=PORT
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Specify a port number for the built-in HTTP Server to listen to.
|
||||
Possible Values: <em>1024</em>-<em>65535</em> Default: <em>6800</em>
|
||||
</p>
|
||||
</dd>
|
||||
<dt>
|
||||
<strong>--max-download-limit</strong>=SPEED
|
||||
</dt>
|
||||
<dd>
|
||||
|
@ -2179,7 +2199,7 @@ files in the program, then also delete it here.</p></div>
|
|||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2009-01-19 23:13:30 JST
|
||||
Last updated 2009-02-02 23:15:57 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -526,6 +526,13 @@ Advanced Options
|
|||
Turn off if you encounter any error.
|
||||
Default: 'true'
|
||||
|
||||
|
||||
*--enable-http-server*[='true'|'false']::
|
||||
Enable the built-in HTTP server. Currently, this is the experimental
|
||||
feature and it just provides the current download progress. Use your
|
||||
web browser(console-based ones, such as elinks, w3m, are recommended)
|
||||
to connect the server and see what's what. Default: 'false'
|
||||
|
||||
*--file-allocation*=METHOD::
|
||||
Specify file allocation method. METHOD is either 'none' or 'prealloc'.
|
||||
'none' doesn't pre-allocate file space. 'prealloc' pre-allocates file space
|
||||
|
@ -552,6 +559,10 @@ are also allocated if they share the same piece.
|
|||
separate session, like the usual command-line download utilities.
|
||||
Default: 'false'
|
||||
|
||||
*--http-server-listen-port*=PORT::
|
||||
Specify a port number for the built-in HTTP Server to listen to.
|
||||
Possible Values: '1024'-'65535' Default: '6800'
|
||||
|
||||
*--max-download-limit*=SPEED::
|
||||
Set max download speed in bytes per sec. '0' means unrestricted.
|
||||
You can append 'K' or 'M'(1K = 1024, 1M = 1024K).
|
||||
|
|
Loading…
Reference in New Issue