ComponentSpace FTP Class Library Reference

DataConnectionType Enumeration

The data connection type.

[Visual Basic]
Public Enum DataConnectionType
[C#]
public enum DataConnectionType

Members

Member Name Description
Inbound Inbound. A PORT command is issued and the server connects to the client.
Outbound Outbound. A PASV command is issued and the client connects to the server.
Auto Outbound (PASV) is tried and if this fails inbound (PORT) is tried.

Requirements

Namespace: ComponentSpace.Ftp

Assembly: ComponentSpace.Ftp (in ComponentSpace.Ftp.dll)

See Also

ComponentSpace.Ftp Namespace