Discuss this help topic in SecureBlackbox Forum

TElSftpSupportedExtension.SupportedAttributes

TElSftpSupportedExtension     See also     


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


Specifies the attributes supported by server.

Declaration

[C#]
    TSBSftpAttributes SupportedAttributes;

[VB.NET]
    Property SupportedAttributes As TSBSftpAttributes

[Pascal]
    property SupportedAttributes : TSBSftpAttributes;
    TSBSftpAttributes = set of TSBSftpAttribute;

[C++]
    TSBSftpAttributes get_SupportedAttributes();
    void set_SupportedAttributes(TSBSftpAttributes Value);

[PHP]
    integer get_SupportedAttributes()
    void set_SupportedAttributes(integer $Value)

[Java]
    int getSupportedAttributes();
    void setSupportedAttributes(int Value);

Values:

TSBSftpAttributes values

Description

    Use this property to specify attributes supported by server.

Discuss this help topic in SecureBlackbox Forum