Search Results for

    Interface ISshSysLink

    Provides metadata for SFTP hard link or symbolic link events.

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

    Properties

    | Edit this page View Source

    DestPath

    Gets the destination path.

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

    Session

    Gets the session associated with the link event.

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

    SourcePath

    Gets the source path.

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

    SymLink

    Gets or sets whether the link is symbolic.

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