Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.ExtXSHA1Supported

TElSimpleFTPSClient     See also     


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


Specifies whether the FTP server supports XSHA1 command.

Declaration

[C#]
    bool ExtXSHA1Supported;

[VB.NET]
    Property ExtXSHA1Supported As Boolean

[Pascal]
    property ExtXSHA1Supported : boolean;

[C++]
    bool get_ExtXSHA1Supported();

[PHP]
    bool get_ExtXSHA1Supported()

[Java]
    boolean getExtXSHA1Supported();

Description

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

See also:     ExtMDTMSupported     ExtMLSTSupported     ExtOPTSUTF8Supported     ExtRESTSupported     ExtSIZESupported     ExtXCRCSupported     ExtXMD5Supported    

Discuss this help topic in SecureBlackbox Forum