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 SourceOnEndFile(ISshScpTransferEvent)
Called when a file transfer ends.
Declaration
void OnEndFile(ISshScpTransferEvent context)
Parameters
| Type | Name | Description |
|---|---|---|
| ISshScpTransferEvent | context | The SCP transfer metadata. |
OnEndFolder(ISshScpTransferEvent)
Called when a folder transfer ends.
Declaration
void OnEndFolder(ISshScpTransferEvent context)
Parameters
| Type | Name | Description |
|---|---|---|
| ISshScpTransferEvent | context | The SCP transfer metadata. |
OnFileAck(ISshScpTransferEvent)
Called when a file acknowledgement is observed.
Declaration
void OnFileAck(ISshScpTransferEvent context)
Parameters
| Type | Name | Description |
|---|---|---|
| ISshScpTransferEvent | context | The SCP transfer metadata. |
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. |
OnStartFile(ISshScpTransferEvent)
Called when a file transfer starts.
Declaration
void OnStartFile(ISshScpTransferEvent context)
Parameters
| Type | Name | Description |
|---|---|---|
| ISshScpTransferEvent | context | The SCP transfer metadata. |
OnStartFolder(ISshScpTransferEvent)
Called when a folder transfer starts.
Declaration
void OnStartFolder(ISshScpTransferEvent context)
Parameters
| Type | Name | Description |
|---|---|---|
| ISshScpTransferEvent | context | The SCP transfer metadata. |