Catalyst File Transfer .NET

FileTransfer.FtpChannelMode Enumeration

Specifies the channel mode specified by setting the ChannelMode property.

[Visual Basic]
Public Enum FileTransfer.FtpChannelMode
[C#]
public enum FileTransfer.FtpChannelMode

Members

Member Name Description
channelClear Data sent and received on this channel should not be encrypted.
channelSecure Data sent and received on this channel should be encrypted. Specifying this option requires that a secure connection has already been established with the server.

Requirements

Namespace: SocketTools

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

See Also

SocketTools Namespace