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

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

2005-05-13 Thread Francois Piette
> 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 component in BC

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

2005-05-12 Thread Dan
sage - From: "Fredrik Bergstrцm" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, May 12, 2005 1:16 PM Subject: Re: [twsocket] Get List Of Files From Dir [FTPClient] To list files in /Dir1 IdFTPClient->>HostDirName=/Dir1 IdFTPClient->>Cwd(); IdFTPC

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

2005-05-12 Thread Fredrik Bergstrцm
From: "Fredrik Bergstrцm" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Thursday, May 12, 2005 1:16 PM > Subject: Re: [twsocket] Get List Of Files From Dir [FTPClient] > To list files in /Dir1 IdFTPClient->>HostDirName=/Dir1 IdFTPClient-&g

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

2005-05-12 Thread Fredrik Bergström
; > To: "ICS support mailing" > Sent: Thursday, May 12, 2005 3:16 PM > Subject: Re: [twsocket] Get List Of Files From Dir [FTPClient] > To list files in /Dir1 IdFTPClient->>HostDirName=/Dir1 IdFTPClient->>Cwd(); IdFTPClient->>Dir(); > And set the LocalFil

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

2005-05-12 Thread Artem Antonov
On Thu, 12 May 2005 14:16:34 +0200 Fredrik Bergstrцm <[EMAIL PROTECTED]> wrote: 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 thi

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

2005-05-12 Thread Dan
http://www.smatters.com/ics/ has quite a good unit for parsing FTP directory output. Dan - Original Message - From: "Fredrik Bergstrцm" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, May 12, 2005 1:16 PM Subject: Re: [twsocket] Get List Of File

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

2005-05-12 Thread Moacir Flávio Gonçalves
Deus." - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, May 12, 2005 10:00 AM Subject: Re: [twsocket] Get List Of Files From Dir [FTPClient] I believe Francois will get angry since you mentioned and sugge

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

2005-05-12 Thread Fastream Technologies
I believe Francois will get angry since you mentioned and suggested Indy! SZ - Original Message - From: "Fredrik BergstrÑm" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, May 12, 2005 3:16 PM Subject: Re: [twsocket] Get List Of Files From Dir [FT

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

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

2005-05-12 Thread Artem Antonov
Hello, After connection with FTP server (for example, 192.168.1.1) I get list of files (with directories). How I can get list of files of specified directory, i.e. which path to HostDirName property I should assign? And if I have another dir's in that directory? I want to have access to all dir'