[svn] Document --ignore-case.

This commit is contained in:
hniksic 2006-06-26 11:37:52 -07:00
parent 19c5c1d52f
commit 0951c55fda
2 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-06-26 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Recursive Accept/Reject Options): Document
--ignore-case.
2006-06-20 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Download Options): Add missing word.

View File

@ -1834,6 +1834,15 @@ ignore @code{<LINK>}, because then stylesheets will not be downloaded.
Now the best bet for downloading a single page and its requisites is the
dedicated @samp{--page-requisites} option.
@cindex case fold
@cindex ignore case
@item --ignore-case
Ignore case when matching files and directories. This influences the
behavior of -R, -A, -I, and -X options, as well as globbing
implemented when downloading from FTP sites. For example, with this
option, @samp{-A *.txt} will match @samp{file1.txt}, but also
@samp{file2.TXT}, @samp{file3.TxT}, and so on.
@item -H
@itemx --span-hosts
Enable spanning across hosts when doing recursive retrieving
@ -2644,6 +2653,10 @@ Set @sc{http} user to @var{string}, equivalent to
Use @var{string} as @sc{https} proxy, instead of the one specified in
environment.
@item ignore_case = on/off
When set to on, match files and directories case insensitively; the
same as @samp{--ignore-case}.
@item ignore_length = on/off
When set to on, ignore @code{Content-Length} header; the same as
@samp{--ignore-length}.