Class AMNetSftpSubsystemFactory
Configures the SFTP subsystem for an AMNetSshServer.
Inherited Members
Namespace: ApacheMinaSSHD.NET.Wrapper.Factories
Assembly: ApacheMinaSSHD.NET.Wrapper.dll
Syntax
public class AMNetSftpSubsystemFactory
Constructors
| Edit this page View SourceAMNetSftpSubsystemFactory()
Creates an SFTP subsystem factory.
Declaration
public AMNetSftpSubsystemFactory()
Methods
| Edit this page View SourceaddSftpEventListener(IAMNetSftpEventListener)
Registers an SFTP event listener.
Declaration
public void addSftpEventListener(IAMNetSftpEventListener sftpEventListener)
Parameters
| Type | Name | Description |
|---|---|---|
| IAMNetSftpEventListener | sftpEventListener | The listener that receives SFTP lifecycle and file events. |
setFileSystemAccessor(IAMNetSftpFileSystemAccessor)
Sets the SFTP filesystem policy hook.
Declaration
public void setFileSystemAccessor(IAMNetSftpFileSystemAccessor sftpFileSystemAccessor)
Parameters
| Type | Name | Description |
|---|---|---|
| IAMNetSftpFileSystemAccessor | sftpFileSystemAccessor | The SFTP policy hook for paths, attributes, and filesystem operations. |