Discuss this help topic in SecureBlackbox Forum

TElSftpExtendedProperties.VersionsExtension

TElSftpExtendedProperties     See also     


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


Contains list of SFTP protocol versions supported by server.

Declaration

[C#]
    TElSftpVersionsExtension VersionsExtension;

[VB.NET]
    Property VersionsExtension As TElSftpVersionsExtension

[Pascal]
    property VersionsExtension : TElSFTPVersionsExtension;

[C++]
    TElSftpVersionsExtension* get_VersionsExtension();
    void set_VersionsExtension(TElSftpVersionsExtension &Value);
    void set_VersionsExtension(TElSftpVersionsExtension *Value);

[PHP]
    TElSftpVersionsExtension get_VersionsExtension()
    void set_VersionsExtension(TElSftpVersionsExtension $Value)

[Java]
    TElSftpVersionsExtension getVersionsExtension();
    void setVersionsExtension(TElSftpVersionsExtension Value);

Description

    This property specifies SFTP protocol version supported by server. Use SupportedAvailable property to verify if server has sent this list.

See also:     NewlineAvailable     NewlineExtension     SupportedAvailable     SupportedExtension     VersionsAvailable    

Discuss this help topic in SecureBlackbox Forum