]> sjero.net Git - wget/commitdiff
[svn] Documented --ftp-passwd and ftp_passwd.
authorhniksic <devnull@localhost>
Sat, 23 Apr 2005 09:43:21 +0000 (02:43 -0700)
committerhniksic <devnull@localhost>
Sat, 23 Apr 2005 09:43:21 +0000 (02:43 -0700)
doc/ChangeLog
doc/wget.texi

index 4b95948f94424eccc1b90ae0eb7d879f4ad20086..dcbb2888c2934a2e9385b1063296f16cfb738b3d 100644 (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
index 40543f8ae536f9f9665fcbbe8552596ab6d90a34..2935ccb7d64413490c3226076997183d098135f8 100644 (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}.