Search Results for

    Interface IAMNetScpTransferEventListener

    Receives SCP transfer lifecycle and acknowledgement events.

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

    Methods

    | Edit this page View Source

    OnEndFile(ISshScpTransferEvent)

    Called when a file transfer ends.

    Declaration
    void OnEndFile(ISshScpTransferEvent context)
    Parameters
    Type Name Description
    ISshScpTransferEvent context

    The SCP transfer metadata.

    | Edit this page View Source

    OnEndFolder(ISshScpTransferEvent)

    Called when a folder transfer ends.

    Declaration
    void OnEndFolder(ISshScpTransferEvent context)
    Parameters
    Type Name Description
    ISshScpTransferEvent context

    The SCP transfer metadata.

    | Edit this page View Source

    OnFileAck(ISshScpTransferEvent)

    Called when a file acknowledgement is observed.

    Declaration
    void OnFileAck(ISshScpTransferEvent context)
    Parameters
    Type Name Description
    ISshScpTransferEvent context

    The SCP transfer metadata.

    | Edit this page View Source

    OnReceiveCommandAck(ISshScpTransferEvent)

    Called when an SCP receive command acknowledgement is observed.

    Declaration
    void OnReceiveCommandAck(ISshScpTransferEvent context)
    Parameters
    Type Name Description
    ISshScpTransferEvent context

    The SCP transfer metadata.

    | Edit this page View Source

    OnStartFile(ISshScpTransferEvent)

    Called when a file transfer starts.

    Declaration
    void OnStartFile(ISshScpTransferEvent context)
    Parameters
    Type Name Description
    ISshScpTransferEvent context

    The SCP transfer metadata.

    | Edit this page View Source

    OnStartFolder(ISshScpTransferEvent)

    Called when a folder transfer starts.

    Declaration
    void OnStartFolder(ISshScpTransferEvent context)
    Parameters
    Type Name Description
    ISshScpTransferEvent context

    The SCP transfer metadata.

    • Edit this page
    • View Source
    In this article
    Back to top Porta SFTP ServerGitHubApacheMinaSSHD.NET Generated by DocFX