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