Discuss this help topic in SecureBlackbox Forum

TElSftpExtendedProperties.VersionsAvailable

TElSftpExtendedProperties     See also     


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


Specifies if server has sent list of supported SFTP protocol versions

Declaration

[C#]
    bool VersionsAvailable;

[VB.NET]
    Property VersionsAvailable As Boolean

[Pascal]
    property VersionsAvailable : boolean;

[C++]
    bool get_VersionsAvailable();
    void set_VersionsAvailable(bool Value);

[PHP]
    bool get_VersionsAvailable()
    void set_VersionsAvailable(bool $Value)

[Java]
    boolean getVersionsAvailable();
    void setVersionsAvailable(boolean Value);

Description

    This property specifies if the server has sent list of supported SFTP protocol versions. Use VersionsExtension property to verify which versions are supported.

See also:     NewlineAvailable     NewlineExtension     SupportedAvailable     SupportedExtension     VersionsExtension    

Discuss this help topic in SecureBlackbox Forum