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