Discuss this help topic in SecureBlackbox Forum
This event is fired when TElSimpleSSHClient needs more data
Declaration
Parameters
Description
This event is fired when TElSimpleSSHClient
wants a new portion of encrypted data from the server. It is a good
idea to call
recv function inside this event handler.
You must handle this event, if you don't use built-in sockets (see UseInternalSocket property).
There is no other way to pass the encrypted data from server to TElSimpleSSHClient, except this event!