Discuss this help topic in SecureBlackbox Forum
This event is fired when server needs to transfer data to client.
Declaration
Parameters
Description
This event is fired by TElFTPSServer when it needs to transfer data to client (for example, when a file on the server should be read). The application should fill the Buffer with the amount of data not more than MaxSize bytes and return the number of bytes written in Written parameter.