Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : Re: TIdFTP.ParseFTPList

www.cryer.info
Managed Newsgroup Archive

Re: TIdFTP.ParseFTPList

Subject:Re: TIdFTP.ParseFTPList
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Mon, 12 Feb 2007 01:13:55

"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

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive