[svn] Documented --ftp-passwd and ftp_passwd.

This commit is contained in:
hniksic 2005-04-23 02:43:21 -07:00
parent 6979e3b5c1
commit f97fe7bd3c
2 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2005-04-23 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Wgetrc Commands): Document ftp_passwd.
(FTP Options): Document --ftp-passwd.
2005-04-23 Hrvoje Niksic <hniksic@xemacs.org>
* texi2pod.pl.in: First process @@ then @}, so @samp{-wget@@} is

View File

@ -1254,6 +1254,12 @@ wget --load-cookies cookies.txt \
@section FTP Options
@table @samp
@cindex password, FTP
@item --ftp-passwd=@var{string}
Set the default FTP password to @var{string}. Without this, or the
corresponding startup option, the password defaults to @samp{-wget@@},
normally used for anonymous FTP.
@cindex .listing files, removing
@item --no-remove-listing
Don't remove the temporary @file{.listing} files generated by @sc{ftp}
@ -2344,6 +2350,13 @@ Only follow certain @sc{html} tags when doing a recursive retrieval, just like
If set to on, force the input filename to be regarded as an @sc{html}
document---the same as @samp{-F}.
@item ftp_passwd = @var{string}
Set your @sc{ftp} password to @var{string}. Without this setting, the
password defaults to @samp{-wget@@}, which is a useful default for
anonymous @sc{ftp} access.
This command used to be named @code{passwd} prior to Wget 1.10.
@item ftp_proxy = @var{string}
Use @var{string} as @sc{ftp} proxy, instead of the one specified in
environment.
@ -2447,10 +2460,6 @@ module) files download files using @samp{wget --passive-ftp}. If your
firewall does not allow this, you can set @samp{passive_ftp = never}
to override the command-line.
@item passwd = @var{string}
Set your @sc{ftp} password to @var{password}. Without this setting, the
password defaults to @samp{username@@hostname.domainname}.
@item post_data = @var{string}
Use POST as the method for all HTTP requests and send @var{string} in
the request body. The same as @samp{--post-data}.