Discuss this help topic in SecureBlackbox Forum
This event is fired when SFTP connection is successfully established.
Declaration
Description
This event is fired by TElSftpClient when the negotiation is successfully completed.
After this event is fired the file operations may be performed.
In synchronous mode this event is fired
before
SFTP-connection is actually established.
You must invoke
Open method after this event is fired.
Note, don't invoke
Open method from OnOpenConnection handler.