property SFTPServer: TScSFTPServer;
Description
Use the SFTPServer property to specify support for the SFTP protocol.
To support for the SFTP protocol, SFTPServer must be set. This property can be set at design time by selecting a TScSFTPServer object from the provided list. At runtime, set the SFTPServer property to reference of an existent TScSFTPServer object.
See Also