Enum FtpVerifyMethod
- Namespace
- FluentFTP
- Assembly
- FluentFTP.dll
Defines which verification types should be performed when uploading/downloading files using the high-level APIs. Multiple verification types can be combined.
[Flags]
public enum FtpVerifyMethod
- Extension Methods
Fields
Checksum = 4
Compares the checksum or hash of the file using the first supported hash algorithm. Both checksums should exactly match for the file to be considered equal.
Date = 2
Compares the date modified of the file. Both dates should exactly match for the file to be considered equal.
Size = 1
Compares the file size. Both file sizes should exactly match for the file to be considered equal.