Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.ExtXCRCSupported

TElSimpleFTPSClient     See also     


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


Specifies whether the FTP server supports XCRC command.

Declaration

[C#]
    bool ExtXCRCSupported;

[VB.NET]
    Property ExtXCRCSupported As Boolean

[Pascal]
    property ExtXCRCSupported : boolean;

[C++]
    bool get_ExtXCRCSupported();

[PHP]
    bool get_ExtXCRCSupported()

[Java]
    boolean getExtXCRCSupported();

Description

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

See also:     ExtMDTMSupported     ExtMLSTSupported     ExtOPTSUTF8Supported     ExtRESTSupported     ExtSIZESupported     ExtXMD5Supported     ExtXSHA1Supported    

Discuss this help topic in SecureBlackbox Forum