Re: [twsocket] Get List Of Files From Dir [FTPClient]

2005-05-12 Thread Fredrik Bergstrцm
To list files in /Dir1 IdFTPClient->HostDirName=/Dir1 IdFTPClient->Cwd(); IdFTPClient->Dir(); And set the LocalFileName or LocalStream to where you would like to get the list. I do not know the easiest way to parse this list with ICS, but I have used TIdFTPListItems from Indy to parse it in a ea

Re[2]: [twsocket] Get List Of Files From Dir [FTPClient]

2005-05-12 Thread Fredrik Bergstrцm
Ah, nice. Is is possible to get this to work in Borland C++ Builder 6? If so, how do one do? /Fredrik Thursday, May 12, 2005, 3:16:20 PM, you wrote: > http://www.smatters.com/ics/ has quite a good unit for parsing FTP directory > output. > Dan > - Original Message - >

Re[4]: [twsocket] Get List Of Files From Dir [FTPClient]

2005-05-13 Thread Fredrik Bergstrцm
>> I believe C++ Builder can compile or import .pas files. >> But I have no idea how you do it. > Just add the .pas file into the project. Delphi compiler will be > invoked at the right time. Yes BCB > include Delphi compiler (Dcc32). > Even easier with components. When you install a delphi compon