Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : Re: TIdFTP.ParseFTPList
| Subject: | Re: TIdFTP.ParseFTPList |
| Posted by: | "Peter" (peace39..@yahoo.com) |
| Date: | Mon, 12 Feb 2007 09:45:08 |
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:45d02fee$1@newsgroups.borland.com...
>
> "Peter" <peace3977@yahoo.com> wrote in message
> news:45cff296@newsgroups.borland.com...
>
>> I am migrating an app from Indy 9 to Indy 10, the ParseFTPList
>> function does NOT find a parser for my linux dir results (Indy 9
> did)
>
> Did you include the appropriate TIdFTPListParse... unit(s) into your
> uses clause? None of the parsers are enabled by default in Indy 10.
> There is too many of them for that. You have to explicitally specify
> the one(s) you intentially want to support, or include
> IdAllFTPListParsers to enable them all. This is clearly stated in the
> Indy 10 documentation.
>
>
> Gambit
>
>
much obliged, works fine after including the right unit.
Peter
none