Discuss this help topic in SecureBlackbox Forum

TElSftpExtendedProperties.SupportedExtension

TElSftpExtendedProperties     See also     


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


Specifies features supported by server.

Declaration

[C#]
    TElSftpSupportedExtension SupportedExtension;

[VB.NET]
    Property SupportedExtension As TElSftpSupportedExtension

[Pascal]
    property SupportedExtension : TElSFTPSupportedExtension;

[C++]
    TElSftpSupportedExtension* get_SupportedExtension();
    void set_SupportedExtension(TElSftpSupportedExtension &Value);
    void set_SupportedExtension(TElSftpSupportedExtension *Value);

[PHP]
    TElSftpSupportedExtension get_SupportedExtension()
    void set_SupportedExtension(TElSftpSupportedExtension $Value)

[Java]
    TElSftpSupportedExtension getSupportedExtension();
    void setSupportedExtension(TElSftpSupportedExtension Value);

Description

    Use this property to specify features supported by server.

See also:     NewlineAvailable     NewlineExtension     SupportedAvailable     VersionsAvailable     VersionsExtension    

Discuss this help topic in SecureBlackbox Forum