Hi,
I use TFTPServer to accept files send by TFtpClient
over a LAN network.
At the TFTPServer end I just use two events
FtpServerP4AnswerToClient and FtpServerAuthenticate
There is memory loss after accepting a file. What is
the next simplest method to accept a file
Can I avoid using Threads etc.
procedure
TForm_Starter.FtpServerP4AnswerToClient(Sender:
TObject;Client: TFtpCtrlSocket; var Answer:
TFtpString);
begin
if Answer=cc_SockMsg_FileReceived then
TakingRequiredAction(Client.FileName,Client.FilePath)
;
end;
Regards
Allan
___________________________________________________________
All New Yahoo! Mail Tired of [EMAIL PROTECTED]@! come-ons? Let our SpamGuard
protect you. http://uk.docs.yahoo.com/nowyoucan.html
--
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