Incorrect 'beautification' of URL?

2002-03-05 Thread Philipp Thomas
When requesting a URL like http://tmp.logix.cz/slash.xp , wget shortens this to http://tmp.logix.cz/slash.xp/; All Browsers I tested (Opera 6b1, Mozilla 0.9.8, Konqueror 2.9.2) pass this URL as given. So the question is, why wget (1.8.1) does what it does and how to possibly switch off this

Change in behaviour between 1.7 and 1.8.1

2002-03-05 Thread Philipp Thomas
When you issue wget --recursive --level=1 --reject=.html www.suse.de wget 1.7 really ommits downloading all the .html files except index.html (which is needed for --recursive), but wget 1.8.1 also downloads all .html files that are referenced from index.html and deletes them immediately. It

Re: bOY YOUR PROGRAMME IS GOOD.

2002-03-05 Thread n
Alan Eldridge wrote: On Tue, Mar 05, 2002 at 05:40:22AM +, [EMAIL PROTECTED] wrote: --- end of quoted message --- See what it looks like as text? Please do not post to the mailing list in html. It's rude, and I, for one, will neither read nor answer a post in html except for a

Re: bOY YOUR PROGRAMME IS GOOD.

2002-03-05 Thread Alan Eldridge
On Tue, Mar 05, 2002 at 03:28:39PM +, [EMAIL PROTECTED] wrote: I wanted to download only the *.ht* files from an ftp-server, including subdirectories, but couldn't figure out how to get wget to follow ftp-directory-listings. I tried a lot ... starting with wget -N -r ftp://myname:[EMAIL

Re: Incorrect 'beautification' of URL?

2002-03-05 Thread Andre Majorel
On 2002-03-05 11:41 +0100, Philipp Thomas wrote: When requesting a URL like http://tmp.logix.cz/slash.xp , wget shortens this to http://tmp.logix.cz/slash.xp/. All Browsers I tested (Opera 6b1, Mozilla 0.9.8, Konqueror 2.9.2) pass this URL as given. So the question is, why wget (1.8.1)

Re: Change in behaviour between 1.7 and 1.8.1

2002-03-05 Thread Guentcho Skordev
Hello, On Tue, Mar 05, 2002 at 11:48:40AM +0100, Philipp Thomas wrote: When you issue wget --recursive --level=1 --reject=html wwwsusede wget 17 really ommits downloading all the html files except indexhtml (which is needed for --recursive), but wget 181 also downloads all html files that