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
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
> 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
I'm running into a "Ftp component not ready" error. What is the proper
way to check for the component being ready in c++?
I tried to use FtpCL1->FtpReady but my compiler (2007) reports that
FtpReady is not a member of TftpClient.
I've been stuck awhile and would appreciate any tips!
Walter
-
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
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
>
I am trying to get the FTP component (V6 Beta) to connect and then
upload a file. In the handler for the OnSessionConnected event, I
attempt to do a 'Put', but I get an "FTP component not ready" exception.
I thought I had done this successfully with previous versions of ICS.
What am I doing wro