Discuss this help topic in SecureBlackbox Forum
This event is fired when TElSimpleSFTPClient needs to transfer the encrypted data to the server
Declaration
Parameters
Description
This event is fired when
TElSimpleSFTPClient needs to transfer the portion of encrypted data
to the server. it is a good idea to call a
send function
from this event's 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 TElSimpleSFTPClient to server, except this event!