Discuss this help topic in SecureBlackbox Forum
This method tells Sftp sever to begin negotiation
Declaration
Description
Call this method to make TElSFTPServer
begin the Sftp connection. You should call it when the transport-layer
connection is ready (e.g. TCP connection is established).
After calling this method the Sftp server will try
to establish the secure connection. It appears as a
sequence of
OnSend
and
OnReceive
events.