Search Results for

    Interface ISshPath

    Provides metadata for SFTP path-based events.

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

    Properties

    | Edit this page View Source

    Attributes

    Gets file attributes associated with the path.

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

    Exception

    Gets the exception associated with the event when available.

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

    IsDirectory

    Gets whether the path is a directory.

    Declaration
    bool IsDirectory { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Path

    Gets the local or reported path associated with the event.

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

    Session

    Gets the session associated with the path event.

    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