2009-10-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Updated man page for previous change.
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2009-10-27 13:04:21 +00:00
parent 14a47f43f8
commit ff0b54ad95
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2009-10-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated man page for previous change.
* doc/aria2c.1.txt
2009-10-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
If user name is embedded but password is missing in URI, first

View File

@ -2,12 +2,12 @@
.\" Title: aria2c
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/>
.\" Date: 10/25/2009
.\" Date: 10/27/2009
.\" Manual: Aria2 Manual
.\" Source: Aria2
.\" Language: English
.\"
.TH "ARIA2C" "1" "10/25/2009" "Aria2" "Aria2 Manual"
.TH "ARIA2C" "1" "10/27/2009" "Aria2" "Aria2 Manual"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@ -406,7 +406,7 @@ Set FTP user\&. This affects all URLs\&. Default:
.PP
\fB\-\-ftp\-passwd\fR=PASSWD
.RS 4
Set FTP password\&. This affects all URLs\&. Default:
Set FTP password\&. This affects all URLs\&. If user name is embedded but password is missing in URI, aria2 tries to resolve password using \&.netrc\&. If password is found in \&.netrc, then use it as password\&. If not, use the password specified in this option\&. Default:
\fIARIA2USER@\fR
.RE
.PP

View File

@ -920,6 +920,10 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
<dd>
<p>
Set FTP password. This affects all URLs.
If user name is embedded but password is missing in URI, aria2 tries
to resolve password using .netrc. If password is found in .netrc,
then use it as password. If not, use the password specified in this
option.
Default: <em>ARIA2USER@</em>
</p>
</dd>
@ -3224,7 +3228,7 @@ files in the program, then also delete it here.</p></div>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2009-10-25 23:40:35 JST
Last updated 2009-10-27 22:02:41 JST
</div>
</div>
</body>

View File

@ -285,6 +285,10 @@ FTP Specific Options
*--ftp-passwd*=PASSWD::
Set FTP password. This affects all URLs.
If user name is embedded but password is missing in URI, aria2 tries
to resolve password using .netrc. If password is found in .netrc,
then use it as password. If not, use the password specified in this
option.
Default: 'ARIA2USER@'
*-p*, *--ftp-pasv*[='true'|'false']::