Search Results for

    Interface ISshMove

    Provides metadata for SFTP move or rename events.

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

    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

    Options

    Gets option names associated with the move operation.

    Declaration
    IEnumerable<string> Options { get; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    Session

    Gets the session associated with the move 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
    In this article
    Back to top Porta SFTP ServerGitHubApacheMinaSSHD.NET Generated by DocFX