Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.ExtMDTMSupported

TElSimpleFTPSClient     See also     


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


Specifies whether the FTP server supports MDTM command.

Declaration

[C#]
    bool ExtMDTMSupported;

[VB.NET]
    Property ExtMDTMSupported As Boolean

[Pascal]
    property ExtMDTMSupported : boolean;

[C++]
    bool get_ExtMDTMSupported();

[PHP]
    bool get_ExtMDTMSupported()

[Java]
    boolean getExtMDTMSupported();

Description

    Use this read-only property to check whether the FTP server supports MDTM command.
The MDTM command is used to determine file modification date.

See also:     ExtMLSTSupported     ExtOPTSUTF8Supported     ExtRESTSupported     ExtSIZESupported     ExtXCRCSupported     ExtXMD5Supported     ExtXSHA1Supported    

Discuss this help topic in SecureBlackbox Forum