From f97fe7bd3c7bb851c2d92b54eabb7d5a8ab18c65 Mon Sep 17 00:00:00 2001 From: hniksic Date: Sat, 23 Apr 2005 02:43:21 -0700 Subject: [PATCH] [svn] Documented --ftp-passwd and ftp_passwd. --- doc/ChangeLog | 5 +++++ doc/wget.texi | 17 +++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 4b95948f..dcbb2888 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-23 Hrvoje Niksic + + * wget.texi (Wgetrc Commands): Document ftp_passwd. + (FTP Options): Document --ftp-passwd. + 2005-04-23 Hrvoje Niksic * texi2pod.pl.in: First process @@ then @}, so @samp{-wget@@} is diff --git a/doc/wget.texi b/doc/wget.texi index 40543f8a..2935ccb7 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -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}.