Discuss this help topic in SecureBlackbox Forum
This event is fired when a server reply is to be sent.
Declaration
Parameters
- Code - contains the server's return code.
- Reply - contains text of the server's reply.
- Command - contains the command to which the reply has been generated.
- pcReply - contains text of the server's reply.
- szReply - the length of pcReply.
- pcCommand - contains the command to which the reply has been generated.
- szCommand - the length of pcCommand.
Description
This event is fired by TElSimpleFTPSServer before it sends a reply to client.
It allows the application to change the reply text and code.
Discuss this help topic in SecureBlackbox Forum