FtpChecksumType Enum
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9448)
Type of checksum. Will be deprecated. Please use ChecksumAlgorithm instead.
Syntax
public enum FtpChecksumType
Fields
| Name | Description |
|---|---|
| Crc | Cyclic Redundancy Check (CRC-32). |
| MD5 | Message-Digest algorithm 5. |
| SHA1 | Secure Hash Algorithm. |