SocketTools .NET Edition

FtpClient.FtpChannelType Enumeration

Specifies the channel used by the ChannelMode property.

[Visual Basic]
Public Enum FtpClient.FtpChannelType
[C#]
public enum FtpClient.FtpChannelType

Members

Member Name Description
channelCommand The communication channel used to send commands to the server and receive command result and status information from the server.
channelData The communication channel used to send or receive data during a file transfer.

Requirements

Namespace: SocketTools

Assembly: SocketTools.FtpClient (in SocketTools.FtpClient.dll)

See Also

SocketTools Namespace