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).
| Member | Description |
|---|---|
| CRC | Checks integrity using CRC algorithm. |
| MD5 | Checks integrity using MD5 digest algorithm. |
| SHA1 | Checks integrity using SHA1 algorithm. |
Use these constants with LocalCRC and RemoteCRC methods.
Namespace: WeOnlyDo.Client
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: WeOnlyDo.Client.FTP (in WeOnlyDo.Client.FTP.dll)
© WeOnlyDo Software. All Rights Reserved.