Website Port problem...

2001-11-29 Thread David
Hi, I have a problem on using wget, as follows: I want to download a bunch of files in, say, www.server.com/dir/files, and I found out that wget is contacting www.server.com:80, and the files it get is not what I'm looking for. I typed www.server.com:80/dir/files in netscape and found out

Re: Website Port problem...

2001-11-29 Thread Hrvoje Niksic
David [EMAIL PROTECTED] writes: I have a problem on using wget, as follows: What version of Wget are you using? I want to download a bunch of files in, say, www.server.com/dir/files, and I found out that wget is contacting www.server.com:80, and the files it get is not what I'm looking

Re: Website Port problem...

2001-11-29 Thread David
The version I'm using is 1.7.1 On Thu, 29 November 2001, Hrvoje Niksic wrote: David [EMAIL PROTECTED] writes: I have a problem on using wget, as follows: What version of Wget are you using? I want to download a bunch of files in, say, www.server.com/dir/files, and I found out

Re: Website Port problem...

2001-11-29 Thread Hrvoje Niksic
David [EMAIL PROTECTED] writes: The version I'm using is 1.7.1 That's strange, then. What would you want Wget to contact if not www.server.com:80 when you specify www.server.com? 80 is the default TCP port for HTTP transfers.