Distinguishes the file transfer protocol.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Enumeration FileTransferMode
C#
public enum FileTransferMode

Members

Member nameDescription
Supported by the .NET Compact FrameworkFtp
Use FTP protocol.
Supported by the .NET Compact FrameworkFtpSslImplicit
Use FTP protocol with implicitly secured TLS/SSL connection.
Supported by the .NET Compact FrameworkFtpSslExplicit
Use FTP protocol with explicitly secured TLS/SSL connection.
Supported by the .NET Compact FrameworkSftp
Use SFTP protocol.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also