Re: [twsocket] ICS FTP "Component not ready

2009-10-13 Thread Fastream Technologies
> - 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

Re: [twsocket] ICS FTP "Component not ready

2009-10-13 Thread Signed Source® Project
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

Re: [twsocket] ICS FTP "Component not ready

2009-10-13 Thread Fastream Technologies
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 >

Re: [twsocket] ICS FTP "Component not ready

2009-10-13 Thread Signed Source® Project
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

Re: [twsocket] ICS FTP "Component not ready

2009-10-13 Thread Fastream Technologies
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

[twsocket] ICS FTP "Component not ready

2009-10-13 Thread Signed Source® Project
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