Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: FtpFindFirstFile and date problem
| Subject: | Re: FtpFindFirstFile and date problem |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Thu, 25 May 2006 13:16:59 |
"dpap" <dpap@softwaypro.gr> wrote in message
news:44760fc4$1@newsgroups.borland.com...
> sorry. I meen eighth, ninth, etc
If the server does not provide a year for certain items, there is nothing
TIdFTP can do about that. The data is simply not available.
> I add IdAllFTPListParsers but the result is exactly the same
As I said earlier, parsing of the data only occurs if you access the
DirectoryListing property. The code you showed is not doing that. You are
just dumping the raw data to a Memo, which doesn't do your code any good for
knowing what kind of data is available.
Gambit