Discuss this help topic in SecureBlackbox Forum

TElSFTPServer.Supported

TElSFTPServer     


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


Specifies the supported extensions properties.

Declaration

[C#]
    TElSftpSupportedExtension Supported;

[VB.NET]
    Property Supported As TElSftpSupportedExtension

[Pascal]
    property Supported : TElSFTPSupportedExtension;

[C++]
    TElSftpSupportedExtension* get_Supported();

[PHP]
    TElSftpSupportedExtension get_Supported()

[Java]
    TElSftpSupportedExtension getSupported();

Description

    Use this property to specify the extensions supported by the server. This property should be set manually.

Discuss this help topic in SecureBlackbox Forum