Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.ExtMFMTSupported

TElSimpleFTPSClient     See also     


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


Specifies whether MFMT command is supported by the remote server.

Declaration

[C#]
    bool ExtMFMTSupported;

[VB.NET]
    Property ExtMFMTSupported As Boolean

[Pascal]
    under development

[C++]
    bool get_ExtMFMTSupported();

[PHP]
    bool get_ExtMFMTSupported()

[Java]
    boolean getExtMFMTSupported();

Description

    This read-only property specifies whether MFMT command is supported by the remote server.

See also:     SetFileTime    

Discuss this help topic in SecureBlackbox Forum