Enumerates the connect modes that are possible, active and passive.
The mode describes the behaviour of the server. In active mode, the server actively connects to the client to establish a data connection. In passive mode the client connects to the server.
| Member Name | Description |
|---|---|
| ACTIVE | Represents active - PORT - connect mode. The server connects to the client for data transfers. |
| PASV | Represents passive - PASV - connect mode. The client connects to the server for data transfers. |
Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetEx (in edtFTPnetEx.dll)