Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.ExtXMD5Supported

TElSimpleFTPSClient     See also     


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


Specifies whether the FTP server supports XMD5 command.

Declaration

[C#]
    bool ExtXMD5Supported;

[VB.NET]
    Property ExtXMD5Supported As Boolean

[Pascal]
    property ExtXMD5Supported : boolean;

[C++]
    bool get_ExtXMD5Supported();

[PHP]
    bool get_ExtXMD5Supported()

[Java]
    boolean getExtXMD5Supported();

Description

    Use this read-only property to check whether the FTP server supports XMD5 command.
This command is used to calculate an MD5 checksum of the file to check its integrity during transfer.

See also:     ExtMDTMSupported     ExtMLSTSupported     ExtOPTSUTF8Supported     ExtRESTSupported     ExtSIZESupported     ExtXCRCSupported     ExtXSHA1Supported    

Discuss this help topic in SecureBlackbox Forum