Defines the type of encryption to use
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
| C# |
|---|
public enum FtpEncryptionMode |
| Visual Basic |
|---|
Public Enumeration FtpEncryptionMode |
| Visual C++ |
|---|
public enum class FtpEncryptionMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Plain text. | |
| Implicit | 1 | Encryption is used from the start of the connection, port 990 | |
| Explicit | 2 | Connection starts in plain text and encryption is enabled with the AUTH command immediately after the server greeting. |