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