Thanks for explain this reasons. And I have anoter problem: in .wgetrc I use reject = *.[zZ][iI][pP]*,*.[rR][aA][rR]*,*.[gG][iI][fF]*,*.[jJ][pP][gG]*,*.[Ee][xX][E e]*,*[=]http* accept = *.yp*,*.pl*,*.dll*,*.nsf*,*.[hH][tT][mM]*,*.[pPsSjJ][hH][tT][mM]*,*.[pP][hH] [pP]*,*.[jJ][sS][pP]*,*.[tT][xX][tT],*.[cC][gG][iI]*,*.[cC][sS][pP]*,*.[aA][ sS][pP]*,*[?]*
In command line add some more rules '-R xxx' - I think it joined with previos rules. And use recursive download. In result I found *.zip and *.exe ... files! What I do wrong? > -----Original Message----- > From: Hrvoje Niksic [mailto:[EMAIL PROTECTED] > Sent: Friday, October 17, 2003 7:18 PM > To: Tony Lewis > Cc: Wget List > Subject: Re: Wget 1.8.2 bug > > > "Tony Lewis" <[EMAIL PROTECTED]> writes: > > > Hrvoje Niksic wrote: > > > >> Incidentally, Wget is not the only browser that has a problem with > >> that. For me, Mozilla is simply showing the source of > >> <http://www.minskshop.by/cgi-bin/shop.cgi?id=1&cookie=set>, because > >> the returned content-type is text/plain. > > > > On the other hand, Internet Explorer will treat lots of content > > types as HTML if the content starts with "<html>". > > I know. But so far noone has asked for this in Wget. > > > Perhaps we can add an option to wget so that it will look for an > > <html> tag in plain text files? > > If more people clamor for the option, I suppose we could overload > `--force-html' to perform such detection. >