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