Discuss this help topic in SecureBlackbox Forum

TElSftpSupportedExtension.Version

TElSftpSupportedExtension     See also     


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


Specifies extension type.

Declaration

[C#]
    int Version;

[VB.NET]
    Property Version As Integer

[Pascal]
    property Version : integer;

[C++]
    int32_t get_Version();
    void set_Version(int32_t Value);

[PHP]
    integer get_Version()
    void set_Version(integer $Value)

[Java]
    int getVersion();
    void setVersion(int Value);

Description

    If this property value is 1, the extension is for sftp protocol version 5, if 2 - for version 6. SupportedAttrExtensions property and blocking/unblocking are available only in the version 6.

See also:     SupportedAttrExtensions    

Discuss this help topic in SecureBlackbox Forum