[twsocket] FTP Server - Identify moment of Put file

2011-05-05 Thread Tomasz Maciejewski
Hi, How to identify moment of uploaded file ? I'd like to do some operations on file, which come from client, but I don't see event like OnAfterPut -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our web

Re: [twsocket] FTP Server - Identify moment of Put file

2011-05-06 Thread Tomasz Maciejewski
Many thanks ! It's working. I have one more question: Is possible to send file from server to client without request from client ? 2011/5/6 Angus Robertson - Magenta Systems Ltd : >> How to identify moment of uploaded file ? >> I'd like to do some operations on file, which come from client > > On

Re: [twsocket] FTP Server - Identify moment of Put file

2011-05-08 Thread Tomasz Maciejewski
end; 2011/5/6 Angus Robertson - Magenta Systems Ltd : >> *Subject:* Re: [twsocket] FTP Server - Identify moment of Put file >> *From:* Tomasz Maciejewski >> *To:* ICS support mailing >> *Date:* Fri, 6 May 2011 12:46:06 +0200 >> Is possible to send file fr

Re: [twsocket] FTP Server - Identify moment of Put file

2011-05-08 Thread Tomasz Maciejewski
thanks for the explain. After Put, I checked LastResponse property and always has value "'150 Opening data connection for " Also property Connected is setted to False. If I can not fix it, then I'll use Your pack :) 2011/5/8 Angus Robertson - Magenta Systems Ltd : >> Synchronous function "Pu