Re: [twsocket] ICS FTP What events

2009-10-13 Thread Signed Source® Project
Hi, Thank you very much for trying to help. <- Original Message - From: "Francois PIETTE" To: "ICS support mailing" Sent: Wednesday, October 14, 2009 8:19 AM Subject: Re: [twsocket] ICS FTP What events Can you please tell me what examples and where? OverbyteIcsFtpTst. It is in ICS

Re: [twsocket] ICS FTP What events

2009-10-13 Thread Signed Source® Project
Hi, Thank you very much for trying to help. <- Original Message - From: "Francois PIETTE" To: "ICS support mailing" Sent: Wednesday, October 14, 2009 8:19 AM Subject: Re: [twsocket] ICS FTP What events Can you please tell me what examples and where? OverbyteIcsFtpTst. It is in ICS

Re: [twsocket] ICS FTP What events

2009-10-13 Thread Francois PIETTE
Can you please tell me what examples and where? OverbyteIcsFtpTst. It is in ICS zip file. Open OverbyteIcsD2010Sam to see all examples. There are more examples in ICS-V5 than ICS-V6/V7. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the fre

Re: [twsocket] ICS FTP What events

2009-10-13 Thread Signed Source® Project
Hi, Can you please tell me what examples and where? thanks - Original Message - From: "Matt Minnis" To: "'ICS support mailing'" Sent: Tuesday, October 13, 2009 10:37 PM Subject: Re: [twsocket] ICS FTP What events Look at the sample apps. I stumbled with this issue for a bit until

Re: [twsocket] ICS FTP What events

2009-10-13 Thread Signed Source® Project
Hi, Ok, Thank you. This is the correct one. What do you mean by "no result" ? I mean I can't get anything done because I get all the the same messages --> Component not ready or component not connected. Are there any examples of this? OnRequestDone? --> tryed in many ways with no results.

Re: [twsocket] ICS FTP What events

2009-10-13 Thread Matt Minnis
Look at the sample apps. I stumbled with this issue for a bit until I worked with them and saw how things happen. All the magic happens in the OnRequestDone event. Each event type fires off the next item in the chain to keep the process going. Matt -Original Message- From: twsocket-boun.

Re: [twsocket] ICS FTP What events

2009-10-13 Thread Francois PIETTE
I am still struggling with the ftp component because I want to make it work in async mode. I have checked this page, http://wiki.overbyte.be/wiki/index.php/Asynchronous_Paradigm Still can't figure out what events do I need, Whatever I do I get --> "Component not ready" or "Component not connecte

[twsocket] ICS FTP What events

2009-10-13 Thread Signed Source® Project
Hello, I am still struggling with the ftp component because I want to make it work in async mode. I have checked this page, http://wiki.overbyte.be/wiki/index.php/Asynchronous_Paradigm Still can't figure out what events do I need, Whatever I do I get --> "Component not ready" or "Component not co

Re: [twsocket] ICS FTP "Component not ready

2009-10-13 Thread Fastream Technologies
Async is much better in ICS. SZ On Tue, Oct 13, 2009 at 6:29 PM, Signed Source® Project < dan...@signedsource.com> wrote: > Ok, > Is it better to use ASYNC mode or should I just use the normal mode? > I need to make sure download or upload is certain. > > -dan > > - Original Message - Fr

Re: [twsocket] ICS FTP "Component not ready

2009-10-13 Thread Signed Source® Project
Ok, Is it better to use ASYNC mode or should I just use the normal mode? I need to make sure download or upload is certain. -dan - Original Message - From: "Fastream Technologies" To: "ICS support mailing" Sent: Tuesday, October 13, 2009 6:04 PM Subject: Re: [twsocket] ICS FTP "Compo

Re: [twsocket] ICS FTP "Component not ready

2009-10-13 Thread Fastream Technologies
http://wiki.overbyte.be/wiki/index.php/Asynchronous_Paradigm This should be helpful... SubZero On Tue, Oct 13, 2009 at 6:01 PM, Signed Source® Project < dan...@signedsource.com> wrote: > Ok, > What are the sync methods? > How and where I should use the events or message pump? > > Thanks again. >

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 "Component not ready Hello

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

[twsocket] Internet Mail Architecture

2009-10-13 Thread francois . piette
For those of you interested by the email components (SMTP and POP3), there is a new informational RFC (http://www.ietf.org/rfc/rfc5598.txt). This RFC provides information for the Internet community. It does not specify an Internet standard of any kind. It is interesting to get a good idea about