Discuss this help topic in SecureBlackbox Forum

TElSftpSupportedExtension.SupportedExtensions

TElSftpSupportedExtension     See also     


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


This read-only property contains names of extensions that can be used in the TElSftpClient.ExtensionCmd request

Declaration

[C#]
    TElStringList SupportedExtensions;

[VB.NET]
    Property SupportedExtensions As TElStringList

[Pascal]
    property SupportedExtensions : TStringList;

[C++]
    TStringList* get_SupportedExtensions();

[PHP]
    TStringList get_SupportedExtensions()

[Java]
    TElStringList getSupportedExtensions();

Description

    Use this property to get names of extensions that can be used in the TElSftpClient.ExtensionCmd request

Discuss this help topic in SecureBlackbox Forum