RE: Only get the index page

2003-06-13 Thread Herold Heiko
Try wget -v and check the output. Try wget -d and check the output. Check the wget version (1.8.2 or 1.9-beta is reccomended). For me the usual wget -vkKrp -l0 -np did the trick. Heiko -- -- PREVINET S.p.A. www.previnet.it -- Heiko Herold [EMAIL PROTECTED] -- +39-041-5907073 ph --

Problems fetching textfiles from a Windows-FTP-Server

2003-06-13 Thread Dominik Stadler
Hi, I already tried to ask this question in the newsgroup, but didn't get any response. I would like to use wget, but it seems I cannot use it because of the described problem. Please include me as CC in replies, as I am not subscribed to the mailing-list. I try to fetch text-files on a

J K wants to unsubscribe ?

2003-06-13 Thread Peter Skye
My two recent posts to this list were responded to, apparently automatically, by J K whose email address is [EMAIL PROTECTED]. The message both times from J K was F*** YOU (the asterisk replacements are mine). Does J K want to unsubscribe from the list but can't figure out

wget is smarter than Internet Explorer!

2003-06-13 Thread Tony Lewis
I tried to retreive a URL with Internet Explorer and it continued to retrieve the URL forever. I tried to grab that same URL with wget, which tried twice and then reported redirection cycle detected. Perhaps we should send the wget code to someone in Redmond. Tony

Wonderful Job

2003-06-13 Thread James Chance
To the wget team, We just solved a major download problem with the new -post-file option in the wget 1.9-beta. This is an excellent product for our download automation. I just wanted to report some good news with special thanks. I will recommend that my company become a corporate

Re: trailing '/' of include-directories removed bug

2003-06-13 Thread Aaron S. Hawley
no, i think your original idea of getting rid of the code that removes the trailing slash is a better idea. i think this would fix it but keep the degenerate case of root directory (whatever that's about): Index: src/init.c === RCS

Re: trailing '/' of include-directories removed bug

2003-06-13 Thread wei ye
Did you test your patch? I patched it on my source code and it doesn't work. There are lot of files under http://biz.yahoo.com/edu/, but the patched code only downloaded the index.html. [EMAIL PROTECTED] src]$ ./wget -r --domains=biz.yahoo.com -I /edu/ http://biz.yahoo.com/edu/ [EMAIL