Discuss this help topic in SecureBlackbox Forum

TElSFTPServer.Version

TElSFTPServer     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 OnOpen event was fired. This property returns the active Sftp version.

See also:     Active     NewLineConvention     Versions     OnOpen    

Discuss this help topic in SecureBlackbox Forum