Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.ExtMLSTSupported

TElSimpleFTPSClient     See also     


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


Specifies whether the FTP server supports MLST command.

Declaration

[C#]
    bool ExtMLSTSupported;

[VB.NET]
    Property ExtMLSTSupported As Boolean

[Pascal]
    property ExtMLSTSupported : boolean;

[C++]
    bool get_ExtMLSTSupported();

[PHP]
    bool get_ExtMLSTSupported()

[Java]
    boolean getExtMLSTSupported();

Description

    Use this read-only property to check whether the FTP server supports MLST command.
This command lists the directory contents on the server, although it is different from the LIST command. In particular, MLST reply has strictly defined format.

See also:     ExtMDTMSupported     ExtOPTSUTF8Supported     ExtRESTSupported     ExtSIZESupported     ExtXCRCSupported     ExtXMD5Supported     ExtXSHA1Supported    

Discuss this help topic in SecureBlackbox Forum