mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Documented --ftp-passwd and ftp_passwd.
This commit is contained in:
parent
6979e3b5c1
commit
f97fe7bd3c
@ -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
|
||||
|
@ -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}.
|
||||
|
Loading…
Reference in New Issue
Block a user