Search Results for

    Interface ISshReadEntries

    Provides metadata for completed SFTP directory read operations.

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

    Properties

    | Edit this page View Source

    DirectoryHandle

    Gets the local directory handle wrapper.

    Declaration
    ISshDirectoryHandle DirectoryHandle { get; }
    Property Value
    Type Description
    ISshDirectoryHandle
    | 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

    Exception

    Gets the exception associated with the read when available.

    Declaration
    Exception Exception { get; }
    Property Value
    Type Description
    Exception
    | 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

    Session

    Gets the session associated with the directory read.

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