Discuss this help topic in SecureBlackbox Forum

TElSftpClient.Version

TElSftpClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property returns the Sftp version which is used during the connection

Declaration

[C#]
    TSBSftpVersion Version;

[VB.NET]
    Property Version As TSBSftpVersion

[Pascal]
    property Version : TSBSftpVersion;

[C++]
    TSBSftpVersion get_Version();

[PHP]
    integer get_Version()

[Java]
    short getVersion();

Values:

Description

    Check this property after the OnOpenConnection event was fired. This property returns the active Sftp version.

See also:     Versions    

Discuss this help topic in SecureBlackbox Forum