Re: Unknown Host error in windows 2003

2006-11-02 Thread Fi Dot
On 11/2/06, Sathyadevi Udayakumar [EMAIL PROTECTED] wrote: skip Could you tell me what could be issue here, thanks It has something to do with your name resolution. Have you tried - Pinging the host you are trying to download from - Accessing it by IP address - Just connecting to it on port

Re: Unknown Host error in windows 2003

2006-11-02 Thread Fi Dot
1. I could not ping any host even google.com, but I can browse the internet without any problem. I dont know much about networking, so I dont know whats wrong with my DNS. It looks like you are getting to the internet thorough proxy then. Can you send the exact output of ping google.com

Re: Recursive wget

2006-10-29 Thread Fi Dot
On 10/29/06, Shaun Jackman [EMAIL PROTECTED] wrote: The following web site contains links to a number of music (MP3) files, but wget -r does not download the linked files. I've read the manual page and tried the options -r and -m with -v to no avail. This bug is more likely a bug in the

Re: Weird behavour of wget on Win32 while outputting file to stdout

2006-10-16 Thread Fi Dot
Yeah. It was exactly the issue of not binmoding STDOUT. Patch attached - it seems to fix the problem. Fi. On 10/16/06, Fi Dot [EMAIL PROTECTED] wrote: On 10/16/06, Willener, Pat [EMAIL PROTECTED] wrote: What you describe looks like Windows ASCII mode. I thought (from the description

Weird behavour of wget on Win32 while outputting file to stdout

2006-10-13 Thread Fi Dot
Hi, many-respected all! Recently, playing with wget on win32 (version 1.10.2, downloaded from http://users.ugent.be/~bpuype/wget/ ), I have encountered a problem which I'd like to share with ya. When I do wget -O - http://foo/bar the stream I get on STDOUT is corrupt. Let's say, I do wget