Re: Read error at byte ...

2004-02-06 Thread Nick Hogg
It tries 4 times, getting a read error each time. Have run it several times and every time it fails, don't think that making the tries infinite will make it run!! At 21:04 05/02/2004, Hrvoje Niksic wrote: Nick Hogg [EMAIL PROTECTED] writes: Hi... Stuck on a problem with wget. Am using

Re: Read error at byte ...

2004-02-06 Thread Hrvoje Niksic
Nick Hogg [EMAIL PROTECTED] writes: It tries 4 times, getting a read error each time. Have run it several times and every time it fails, don't think that making the tries infinite will make it run!! How about removing the ten-second timeout you're also specifying? If you or the server is on

Re: Read error at byte ...

2004-02-06 Thread Nick Hogg
Increased timeout to 900. No difference unfortunately. Still getting the same errors. Going to have a look at w3mir and see what that does as I can find no info on this problem. Cheers for all the help though Hrvoje, really appreciate it. Cheers Nick At 08:51 06/02/2004, Hrvoje Niksic

Re: Read error at byte ...

2004-02-06 Thread Hrvoje Niksic
Nick Hogg [EMAIL PROTECTED] writes: Increased timeout to 900. No difference unfortunately. Still getting the same errors. Did it wait for 900 seconds before timeouting? Generally, does the error occur at the same byte position each time?

Re: Read error at byte ...

2004-02-06 Thread Nick Hogg
At 11:07 06/02/2004, Hrvoje Niksic wrote: Did it wait for 900 seconds before timeouting? Generally, does the error occur at the same byte position each time? Seems to...It seems to happen on the same byte. But its happening on a few domains I am trying. Here is a sample of one of the logs

Re: Read error at byte ...

2004-02-06 Thread Hrvoje Niksic
Nick Hogg [EMAIL PROTECTED] writes: At 11:07 06/02/2004, Hrvoje Niksic wrote: Did it wait for 900 seconds before timeouting? Generally, does the error occur at the same byte position each time? Seems to...It seems to happen on the same byte. But its happening on a few domains I am trying.

Re: bug in connect.c

2004-02-06 Thread Manfred Schwarb
Interesting. Is it really necessary to zero out sockaddr/sockaddr_in before using it? I see that some sources do it, and some don't. I was always under the impression that, as long as you fill the relevant members (sin_family, sin_addr, sin_port), other initialization is not necessary. Was I

Re: bug in connect.c

2004-02-06 Thread Hrvoje Niksic
Manfred Schwarb [EMAIL PROTECTED] writes: Interesting. Is it really necessary to zero out sockaddr/sockaddr_in before using it? I see that some sources do it, and some don't. I was always under the impression that, as long as you fill the relevant members (sin_family, sin_addr, sin_port),

Work with Wget

2004-02-06 Thread MABCHOUR MOUNIR
Hi , I would like to use wget for in specefic environement because he logs all downloads , i would like to use it with ftp server and i want to download some and specific files but it's very diffecult , please can you help me with samples Thanks mounir.

Re: Why no -nc with -N?

2004-02-06 Thread Dan LeGate
Thanks Hrvoje, Yes, --backups does seem to be what I want. However, when I run the following command-line: wget -m --backups -A gif,jpg,js,inc,css -o wget.log ftp://userid:[EMAIL PROTECTED]/dir1/dir2 It returns: wget: backups: Invalid specification `-A'. It seems like it's expecting