Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: Converting UNIX file dates/times to Delphi TDateTime
| Subject: | Re: Converting UNIX file dates/times to Delphi TDateTime |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Thu, 23 Mar 2006 11:20:52 |
"John Gilkey" <JohnG@anywhere.corp> wrote in message
news:44226da6@newsgroups.borland.com...
> Indy's FTP component's List method sometimes did not
> return the complete file list but FastNet's component did.
Which version of Indy are you actually using?
> It seemed to happen when a directory only contained
> subdirectories and no file names.
What is probably happening is that you are receiving a listing format that
TIdFTP does not recognize. That is very likely if you are using Indy 9,
which only supports a couple different formats. TIdFTP in Indy 10, on the
other hand, supports several dozen different formats.
Gambit