property Version: TScSFTPVersion;
Description
The Version property holds the version of the SFTP protocol the client is going to use.
If the client wants to interoperate with servers that support discontinued versions of the SFTP protocol, it should set this property to vSFTP3, and then use the OnVersionSelect event handler.
The default value is vSFTP3.
See Also