ShellModule Class
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9147)
Represents a virtual shell subsystem module.
Syntax
public class ShellModule : SshSubsystemModule
Inherited Members
Constructors
Name | Description |
---|---|
Shell |
Creates a new instance of the shell module. |
Shell |
Creates a new instance of the shell module with a custom subsystem name |
Properties
Name | Description |
---|---|
Name | Gets module name.
Inherited from Server |
Protocol | Gets file transfer protocol implemented by this module.
Inherited from Ssh |
Subsystem |
Gets the name of SSH subsystem implemented by this module.
Inherited from Ssh |
Methods
Name | Description |
---|---|
Create |
Creates a module host for this module to be used by the specified server.
Inherited from Ssh |
Get |
Returns a default TCP port used by this module.
Inherited from Ssh |