Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: FtpFindFirstFile and date problem
| Subject: | Re: FtpFindFirstFile and date problem |
| Posted by: | "dpap" (dp..@softwaypro.gr) |
| Date: | Thu, 25 May 2006 23:28:55 |
> 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.
but with other FTP clients I can see the year information of these files
(windows explorer, AceFTP)
> 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.
I try to access DirectoryListing without access. I don't know how to do this