When are you doing the "PUT"? In that routine after the "CWD"
Yes in the routine after the "CWD" like I do on FTP server which allows
active mode.
I don't use Event "TftpClient.OnRequestDone".
Must I wait for something ?
No because you are using the synchronous version of the functions.
Usually ICS is used with asynchronous functions anly and then you have to
use the events to "chain" the operations in the correct order.
I have tried to add :
while FtpClient1.State<>ftpReady do
begin
application.ProcessMessages;
end;
After each command without better result.
Sync version of the component methods already use similar code. No need to
add yours.
--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be
--
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