Search Results for

    Class AMNetSftpSubsystemFactory

    Configures the SFTP subsystem for an AMNetSshServer.

    Inheritance
    object
    AMNetSftpSubsystemFactory
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: ApacheMinaSSHD.NET.Wrapper.Factories
    Assembly: ApacheMinaSSHD.NET.Wrapper.dll
    Syntax
    public class AMNetSftpSubsystemFactory

    Constructors

    | Edit this page View Source

    AMNetSftpSubsystemFactory()

    Creates an SFTP subsystem factory.

    Declaration
    public AMNetSftpSubsystemFactory()

    Methods

    | Edit this page View Source

    addSftpEventListener(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.

    | Edit this page View Source

    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.

    • Edit this page
    • View Source
    In this article
    Back to top Porta SFTP ServerGitHubApacheMinaSSHD.NET Generated by DocFX