Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.Version

TElSimpleSFTPClient     See also     


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


This property returns the SFTP protocol 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

This property returns the active SFTP version.

See also:     Versions    

Discuss this help topic in SecureBlackbox Forum