Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Jan : Re: problem with AIX FTP
| Subject: | Re: problem with AIX FTP |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 10 Jan 2007 02:23:12 |
"Alexander Pustotin" <ap@gs-soft.ru> wrote in message
news:45a4abc3@newsgroups.borland.com...
> So, is this a problem of AIX ftp server, which returns a listing
data in
> incorrect form (non-specified time) or just parser cannot rightly
recognize it?
Following the logic of the parser, I think it is both issues. The
server is actually sending an extra space in the name for those two
lines, and the parser is not stripping them off when extracting the
names. On the other hand, the parser is not actually expecting a time
field for those two entries in the first place, so that is not the
issue. The format is proper, minus the extra space.
Gambit