property SSHClient: TScSSHClient;
Description
Use the SSHClient property to determine the secure connection between an SSH client and the SSH server. This connection is used to exchange data. To create an SFTP connection, the SSHClient property should be set.
This property can be set at design time by selecting a TScSSHClient object from the provided list.
At runtime, set the SSHClient property to reference an existing TScSSHClient object.