Hrvoje Niksic wrote:
> 
> "Joseph A. Knapka" <[EMAIL PROTECTED]> writes:
> 
> > Recently I discovered that Wget would not talk to Windows FTP
> > servers. I searched around on the web a bit and found references to
> > a patch to make it work, but I could not find the patch itself.
> 
> The latest CVS sources should be able to talk to the NT ftp server.
> You might want to take a look at those and see if anything is lacking
> wrt your patch.
> 
> See http://sunsite.dk/wget/ for instructions how to get the CVS
> sources.

OK, I looked at the new ftp-ls code, and of course it is much
nicer than my patch for Windows FTP. However, I noticed one
tiny problem on line 460 of ftp-ls.c:

        if (*tok == 'P') hour += 12;

This code works fine except for one case: for "12:01PM", it gives us
hour 24, minute 01, which is probably not what we want :-)

Regards,

-- Joe

-- Joe Knapka
"It was just a maddened crocodile hidden in a flower bed. It could
 have happened to anyone." -- Pratchett
// Linux MM Documentation in progress:
// http://home.earthlink.net/~jknapka/linux-mm/vmoutline.html
* Evolution is an "unproven theory" in the same sense that gravity is. *

Reply via email to