An NDoc Documented Class Library

FTPConnectMode Enumeration

Enumerates the connect modes that are possible, active and passive.

public enum FTPConnectMode

Remarks

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.

Members

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.

Requirements

Namespace: EnterpriseDT.Net.Ftp

Assembly: edtFTPnet (in edtFTPnet.dll)

See Also

EnterpriseDT.Net.Ftp Namespace