>> 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
> 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
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
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
;
> 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
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
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
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
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
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
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'
11 matches
Mail list logo