FileTransferMode Enum
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9313)
Distinguishes the file transfer protocol.
Syntax
public enum FileTransferMode
  Fields
| Name | Description | 
|---|---|
| Ftp | Use FTP protocol.  | 
      
| FtpSslExplicit | Use FTP protocol with explicitly secured TLS/SSL connection.  | 
      
| FtpSslImplicit | Use FTP protocol with implicitly secured TLS/SSL connection.  | 
      
| Sftp | Use SFTP protocol.  |