Re: [twsocket] Ftp component not ready

2012-10-21 Thread Walter Bohlin
Francois, I apologize. It appears my problem was due to a faulty router. Thanks for your help! Walter -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Ftp component not ready

2012-10-21 Thread Walter Bohlin
Francois, I am use the OnRequestDone event as I always have, but this year I need to pull 10 files from 4 directories, and everything seems to have fallen apart. Always suspecting that I did something stupid, I rewrote the pull application as a standalone, and still get an occasional "FTP comp

Re: [twsocket] Ftp component not ready

2012-10-21 Thread François Piette
> I'm running into a "Ftp component not ready" error. > What is the proper way to check for the component being ready in c++? Use the OnRequestDone event. -- francois.pie...@overbyte.be Embarcadero MVP http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list

Re: [twsocket] FTP component not ready

2007-08-11 Thread Steve Loft
Fastream Technologies wrote: > You should use OnRequestDone. > > Ah yes, that works - many thanks! Steve -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] FTP component not ready

2007-08-11 Thread Fastream Technologies
You should use OnRequestDone. Regards, SZ - Original Message - From: "Steve Loft" <[EMAIL PROTECTED]> To: Sent: Saturday, August 11, 2007 3:45 PM Subject: [twsocket] FTP component not ready >I am trying to get the FTP component (V6 Beta) to connect and then > upload a file. In the h