2009-02-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Documented select-file option in Input File section.
	Documented --http-auth-challenge option.
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2009-02-28 09:53:59 +00:00
parent dbc8d549c7
commit 362cd20bf1
4 changed files with 86 additions and 10 deletions

View File

@ -1,3 +1,9 @@
2009-02-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Documented select-file option in Input File section.
Documented --http-auth-challenge option.
* doc/aria2c.1.txt
2009-02-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2009-02-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Now select-file can be specified in the uri list(-i list). Now select-file can be specified in the uri list(-i list).

View File

@ -1,11 +1,11 @@
.\" Title: aria2c .\" Title: aria2c
.\" Author: .\" Author:
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
.\" Date: 02/15/2009 .\" Date: 02/28/2009
.\" Manual: .\" Manual:
.\" Source: .\" Source:
.\" .\"
.TH "ARIA2C" "1" "02/15/2009" "" "" .TH "ARIA2C" "1" "02/28/2009" "" ""
.\" disable hyphenation .\" disable hyphenation
.nh .nh
.\" disable justification (adjust text to left margin only) .\" disable justification (adjust text to left margin only)
@ -259,6 +259,14 @@ option\&. Default:
\fItrue\fR \fItrue\fR
.RE .RE
.PP .PP
\fB\-\-http\-auth\-challenge\fR[=\fItrue\fR|\fIfalse\fR]
.RS 4
Send HTTP authorization header only when it is requested by the server\&. If
\fIfalse\fR
is set, then authorization header is always sent to the server\&. There is an exception: if username and password are embedded in URI, authorization header is always sent to the server regardless of this option\&. Default:
\fItrue\fR
.RE
.PP
\fB\-\-http\-auth\-scheme\fR=SCHEME \fB\-\-http\-auth\-scheme\fR=SCHEME
.RS 4 .RS 4
Set HTTP authentication scheme\&. Currently, Set HTTP authentication scheme\&. Currently,
@ -1020,7 +1028,23 @@ Normally if you lose a control file, you cannot resume download\&. But if you ha
.SS "Input File" .SS "Input File"
The input file can contain a list of URIs for aria2 to download\&. You can specify multiple URIs for a single entity: separate URIs on a single line using the TAB character\&. The input file can contain a list of URIs for aria2 to download\&. You can specify multiple URIs for a single entity: separate URIs on a single line using the TAB character\&.
.sp .sp
Each line is treated as if it is provided in command\-line argument\&. Therefore they are affected by \fB\-Z\fR and \fB\-P\fR options\&. The additional \fBout\fR and \fBdir\fR options can be specified after each line of URIs\&. This optional line must start with white space(s)\&. Each line is treated as if it is provided in command\-line argument\&. Therefore they are affected by \fB\-Z\fR and \fB\-P\fR options\&.
.sp
Additionally, the following options can be specified after each line of URIs\&. These optional lines must start with white space(s)\&.
.sp
.sp
.RS 4
\h'-04'\(bu\h'+03'out
.RE
.sp
.RS 4
\h'-04'\(bu\h'+03'dir
.RE
.sp
.RS 4
\h'-04'\(bu\h'+03'select\-file
.RE
These options have exactly same meaning of the ones in the command\-line options, but it just applies to the URIs it belongs to\&.
.sp .sp
For example, the content of uri\&.txt is For example, the content of uri\&.txt is
.sp .sp

View File

@ -700,6 +700,18 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
</p> </p>
</dd> </dd>
<dt> <dt>
<strong>--http-auth-challenge</strong>[=<em>true</em>|<em>false</em>]
</dt>
<dd>
<p>
Send HTTP authorization header only when it is requested by the
server. If <em>false</em> is set, then authorization header is always sent
to the server. There is an exception: if username and password are
embedded in URI, authorization header is always sent to the server
regardless of this option. Default: <em>true</em>
</p>
</dd>
<dt>
<strong>--http-auth-scheme</strong>=SCHEME <strong>--http-auth-scheme</strong>=SCHEME
</dt> </dt>
<dd> <dd>
@ -1768,9 +1780,28 @@ to aria2c in command-line.</p></div>
can specify multiple URIs for a single entity: separate URIs on a can specify multiple URIs for a single entity: separate URIs on a
single line using the TAB character.</p></div> single line using the TAB character.</p></div>
<div class="para"><p>Each line is treated as if it is provided in command-line argument. <div class="para"><p>Each line is treated as if it is provided in command-line argument.
Therefore they are affected by <strong>-Z</strong> and <strong>-P</strong> options. The additional Therefore they are affected by <strong>-Z</strong> and <strong>-P</strong> options.</p></div>
<strong>out</strong> and <strong>dir</strong> options can be specified after each line of URIs. This <div class="para"><p>Additionally, the following options can be specified after each line
optional line must start with white space(s).</p></div> of URIs. These optional lines must start with white space(s).</p></div>
<div class="ilist"><ul>
<li>
<p>
out
</p>
</li>
<li>
<p>
dir
</p>
</li>
<li>
<p>
select-file
</p>
</li>
</ul></div>
<div class="para"><p>These options have exactly same meaning of the ones in the
command-line options, but it just applies to the URIs it belongs to.</p></div>
<div class="para"><p>For example, the content of uri.txt is</p></div> <div class="para"><p>For example, the content of uri.txt is</p></div>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
@ -2244,7 +2275,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 2009-02-15 12:35:52 JST Last updated 2009-02-28 18:50:29 JST
</div> </div>
</div> </div>
</body> </body>

View File

@ -197,6 +197,13 @@ HTTP Specific Options
Verify the peer using certificates specified in *--ca-certificate* option. Verify the peer using certificates specified in *--ca-certificate* option.
Default: 'true' Default: 'true'
*--http-auth-challenge*[='true'|'false']::
Send HTTP authorization header only when it is requested by the
server. If 'false' is set, then authorization header is always sent
to the server. There is an exception: if username and password are
embedded in URI, authorization header is always sent to the server
regardless of this option. Default: 'true'
*--http-auth-scheme*=SCHEME:: *--http-auth-scheme*=SCHEME::
Set HTTP authentication scheme. Set HTTP authentication scheme.
Currently, 'basic' is the only supported scheme. Currently, 'basic' is the only supported scheme.
@ -793,9 +800,17 @@ can specify multiple URIs for a single entity: separate URIs on a
single line using the TAB character. single line using the TAB character.
Each line is treated as if it is provided in command-line argument. Each line is treated as if it is provided in command-line argument.
Therefore they are affected by *-Z* and *-P* options. The additional Therefore they are affected by *-Z* and *-P* options.
*out* and *dir* options can be specified after each line of URIs. This
optional line must start with white space(s). Additionally, the following options can be specified after each line
of URIs. These optional lines must start with white space(s).
* out
* dir
* select-file
These options have exactly same meaning of the ones in the
command-line options, but it just applies to the URIs it belongs to.
For example, the content of uri.txt is For example, the content of uri.txt is