Discuss this help topic in SecureBlackbox Forum

TElSftpVersionsExtension.VersionsStr

TElSftpVersionsExtension     See also     


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


this read-only property contains a string of comma separated version numbers.

Declaration

[C#]
    string VersionsStr;

[VB.NET]
    Property VersionsStr As String

[Pascal]
    property VersionsStr : string;

[C++]
    void get_VersionsStr(std::string &OutResult);

[PHP]
    string get_VersionsStr()

[Java]
    String getVersionsStr();

Description

    A string of comma separated version numbers. Defined versions are: "2", "3", "4", "5", "6". Any other version advertised by the server must follow the DNS extensibility naming convention outlined in [I-D.ietf-secsh-architecture].
    For example:
         "2,3,6,private@example.com"

See also:     Versions    

Discuss this help topic in SecureBlackbox Forum