FileServerProtocol Enum
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9448)
Specifies a protocol (module) to be used with FileServer.
Syntax
public enum FileServerProtocol
Fields
| Name | Description |
|---|---|
| Sftp | SFTP protocol. |
| Shell | Virtual shell for SSH remote shell or for SCP protocol. |
| Tunneling | SSH outgoing tunneling (port forwarding) or incoming tunneling (when EnableReverseTunneling is set). |