> - Original Message - From: "Fastream Technologies" <
> ga...@fastream.com>
> To: "ICS support mailing"
> Sent: Tuesday, October 13, 2009 6:04 PM
>
> Subject: Re: [twsocket] ICS FTP "Component not ready
>
>
> http://wiki.overbyte.be/wiki/in
events or message pump?
Thanks again.
- dan
- Original Message - From: "Fastream Technologies" <
ga...@fastream.com>
To: "ICS support mailing"
Sent: Tuesday, October 13, 2009 5:54 PM
Subject: Re: [twsocket] ICS FTP "Component not ready
Hello,
You sho
gt;
> Thanks again.
> - dan
>
> - Original Message - From: "Fastream Technologies" <
> ga...@fastream.com>
> To: "ICS support mailing"
> Sent: Tuesday, October 13, 2009 5:54 PM
> Subject: Re: [twsocket] ICS FTP "Component not ready
>
Ok,
What are the sync methods?
How and where I should use the events or message pump?
Thanks again.
- dan
- Original Message -
From: "Fastream Technologies"
To: "ICS support mailing"
Sent: Tuesday, October 13, 2009 5:54 PM
Subject: Re: [twsocket] ICS FTP
Hello,
You should either use the sync methods or use events and message pump.
Because FtpClient.OpenAsync; does return immediately as it expects to launch
event when done.
HTH
SZ
On Tue, Oct 13, 2009 at 5:52 PM, Signed Source® Project <
dan...@signedsource.com> wrote:
> Hello,
> I am trying t
Hello,
I am trying to pick a file from my server by using ICS FTP component with no
success.
This is all I need to do, nothing more...
FtpClient.HostName := 194.100.68.141;
FtpClient.Port := ftp;
FtpClient.UserName := christian;
FtpClient.Password := dummy_client;
FtpClient.HostDirName := '/';
F