----- Original Message ----- 
From: "Beacon - Business Solution Architects" <[EMAIL PROTECTED]>
To: <twsocket@elists.org>
Sent: Wednesday, October 18, 2006 12:20 PM
Subject: [twsocket] Connection Problem SFTP


Hi,



I'm struggling with a strange problem at the moment establishing a SFTP
connection. (Delphi 6)



When executing the following procedure FTPClient1.PutAsync. I get the error
. Application raised exception class FTPException with message 'FTP
component not ready.'





                 FTPClient1.ConnectAsync;

                 FTPClient1.PutAsync;
ß---- CAUSE ERROR

                 FTPClient1.QuitAsync;


I'm not a export on the ftp component but the connect is async so at the 
moment the putasync is called the connect might not be ready yet

-- 
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

Reply via email to