Table of Contents

Enum FtpHashAlgorithm

Namespace
FluentFTP
Assembly
FluentFTP.dll

Different types of hashing algorithms for computing checksums.

[Flags]
public enum FtpHashAlgorithm
Extension Methods

Fields

CRC = 16

CRC algorithm

MD5 = 8

MD5 algorithm

NONE = 0

Automatic algorithm, or hashing not supported.

SHA1 = 1

SHA-1 algorithm

SHA256 = 2

SHA-256 algorithm

SHA512 = 4

SHA-512 algorithm