Discuss this help topic in SecureBlackbox Forum
This property specifies Sftp versions which can be used during the connection.
Declaration
Values
|
TSBSftpVersions values
|
Description
Use this property to specify Sftp versions which can be used during the connection.
Set this property before connection establishing.
Default value is
[sbSFTP0, sbSFTP1, sbSFTP2, sbSFTP3, sbSFTP4, sbSFTP5]
Note, protocol version assigning differs for VCL and .NET versions.
To enable several Sftp versions in .NET use bitwise OR operation, for example "sbSFTP3 | sbSFTP4".
Example: The following shows how to set the property for different SecureBlackbox editions: