Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Jan : Re: problem with AIX FTP
| Subject: | Re: problem with AIX FTP |
| Posted by: | "Alexander Pustotin" (..@gs-soft.ru) |
| Date: | Tue, 9 Jan 2007 12:18:47 |
>> I use TIdFTP to access data on Unix server.
>
>> When I get a list of subdirectories I see that each of the names has a
>> space preceding the directory name.
>> E.g. ' dir99' instead of 'dir99'.
>
>> Client: WinXP + Indy10 + Delphi2006
>> Server: AIX v5.1
>
> It is difficult to detemine the location of the parser error without
> knowing:
>
> * the FTP listing parser that was in use (returned in TIdFTP.DirFormat).
> * the exact version of Indy 10 you were using (from IdVers.inc).
Indy version = 10.1.5
DirFormat = 'Unix'
> There are several directory listing parsers that could be in use. And, the
> Indy code might have changed for a particular revision.
Yes, I know it. In my case the parser class is 'TIdFTPLPUnix'
(it is automatically detected in TIdFTPRegParseList.FindParserByDirData).
Is it right parser class for AIX?
Thank you in advance
Alexander.