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 name | Description | |
---|---|---|
Ftp |
Use FTP protocol.
| |
FtpSslImplicit |
Use FTP protocol with implicitly secured TLS/SSL connection.
| |
FtpSslExplicit |
Use FTP protocol with explicitly secured TLS/SSL connection.
| |
Sftp |
Use SFTP protocol.
|