Catalyst File Transfer .NET

FileTransfer.FtpChannelType Enumeration

Specifies the channel used by the ChannelMode property.

[Visual Basic]
Public Enum FileTransfer.FtpChannelType
[C#]
public enum FileTransfer.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.FileTransfer (in SocketTools.FileTransfer.dll)

See Also

SocketTools Namespace