Re: [twsocket] How to read directory with ftpclient?

2006-05-17 Thread Francois Piette
lt;[EMAIL PROTECTED]> To: Sent: Wednesday, May 17, 2006 8:52 AM Subject: [twsocket] How to read directory with ftpclient? > Hello, > > I want to read a directory from my ftp server. So I use this code to read > the dir: > FTP.DisplayFileFlag:= True;

[twsocket] How to read directory with ftpclient?

2006-05-16 Thread Dominik Schmidt
Hello, I want to read a directory from my ftp server. So I use this code to read the dir: FTP.DisplayFileFlag:= True; FTP.Passive:= True; FTP.HostDirName:= '/LVsource/'; FTP.HostFileName := '*.*'; DeleteFile(TEMP_FILE_NAME); FTP.LocalFileName := TEMP_F