wodFtpDLX ActiveX Control - IntegrityCheckEnum Enumeration
    
 

Remarks
These constants are used with LocalCRC and RemoteCRC methods. They determine what algorithm is used to perform file integrity check for local files, and for remote files (if supported by the server).
 

Members

Constant Value Description
 iCRC 0 Checks integrity using CRC algorithm.
 iMD5 1 Checks integrity using MD5 digest algorithm.
 iSHA1 2 Checks integrity using SHA1 digest algorithm.