property ServerVersion: TScSFTPVersion;
Description
The ServerVersion property holds the version of the SFTP protocol that is used in the current connection. It is set when establishing a connection to the SFTP server (on the Initialize method call).
This property is read-only.
See Also