Enum FtpCompareResult
- Namespace
- FluentFTP
- Assembly
- FluentFTP.dll
The result of a file comparison operation.
public enum FtpCompareResult
- Extension Methods
Fields
ChecksumNotSupported = 4
Failure. Checksum verification is enabled and your server does not support any hash algorithm.
Equal = 1
Success. Local and remote files are exactly equal.
FileNotExisting = 3
Failure. Either the local or remote file does not exist.
NotEqual = 2
Failure. Local and remote files do not match.