Table of Contents

Enum FtpOperator

Namespace
FluentFTP
Assembly
FluentFTP.dll

For setting up rules

public enum FtpOperator
Extension Methods

Fields

BetweenRange = 6

If the value is between the range of X and Y

Equals = 0

If the value is exactly equal to X

LessThan = 2

If the value is less than X

LessThanOrEquals = 3

If the value is less than or equal to X

MoreThan = 4

If the value is more than X

MoreThanOrEquals = 5

If the value is more than or equal to X

NotEquals = 1

If the value is anything except for X

OutsideRange = 7

If the value is outside the range of X and Y