Discuss this help topic in SecureBlackbox Forum
TElSimpleSFTPClient.OnKeyValidate
This event is fired when server's public key is received and must be validated.
Declaration
Parameters
Description
Handle this event to validate the server's public keys.
Usually, known servers are identified by their public keys. Each server has a corresponding public key.
TElSimpleSFTPClient will close the connection if you pass the False value in the
Validate parameter.