Type of TLS/SSL initialization.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| TLS | Use "AUTH TLS" command to secure the connection. | 1 |
| SSL | Use "AUTH SSL" command to secure the connection. | 2 |
| Any | Try "AUTH TLS" first and try "AUTH SSL" if it fails. | 3 |
Namespace: Rebex.Net
Assembly: Rebex.Net.Ftp (in Rebex.Net.Ftp.dll)