Discuss this help topic in SecureBlackbox Forum
This event is fired when TElSSHServer needs to transfer the encrypted data to the client
Declaration
Parameters
Description
This event is fired when TElSSHServer needs to transfer the portion of encrypted data to the client.
It's a good idea to call
send function from this event's handler.
You must handle this event in any case. There is no other way to pass the encrypted data from TElSSHServer to client, except this event!