Table of Contents

Enum FtpEncryptionMode

Namespace
FluentFTP
Assembly
FluentFTP.dll

Defines the type of encryption to use

public enum FtpEncryptionMode
Extension Methods

Fields

Auto = 3

FTPS encryption is used if supported by the server, otherwise it falls back to plaintext FTP communication.

Explicit = 2

Connection starts in plain text and FTPS encryption is enabled with the AUTH command immediately after the server greeting.

Implicit = 1

FTPS encryption is used from the start of the connection, port 990.

None = 0

Plain text.