Search Results for

    Interface ISshEntries

    Provides metadata for SFTP directory entry read events.

    Namespace: ApacheMinaSSHD.NET.Wrapper.Abstractions.Models
    Assembly: ApacheMinaSSHD.NET.Wrapper.dll
    Syntax
    public interface ISshEntries

    Properties

    | Edit this page View Source

    Entries

    Gets the directory entries returned to the client.

    Declaration
    IReadOnlyDictionary<string, object> Entries { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, object>
    | Edit this page View Source

    RemoteHandle

    Gets the remote directory handle identifier.

    Declaration
    string RemoteHandle { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SshSession

    Gets the session associated with the directory read.

    Declaration
    ISshSession SshSession { get; }
    Property Value
    Type Description
    ISshSession
    | Edit this page View Source

    localHandle

    Gets the local directory handle wrapper.

    Declaration
    ISshDirectoryHandle localHandle { get; }
    Property Value
    Type Description
    ISshDirectoryHandle
    • Edit this page
    • View Source
    In this article
    Back to top Porta SFTP ServerGitHubApacheMinaSSHD.NET Generated by DocFX