Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Jan : Re: problem with AIX FTP
| Subject: | Re: problem with AIX FTP |
| Posted by: | "Don Siders" (sider..@att.net) |
| Date: | Mon, 8 Jan 2007 10:02:39 |
> 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).
There are several directory listing parsers that could be in use. And, the
Indy code might have changed for a particular revision.