connection_handle_OnDoneEvent
Description
This function is invoked when an FTP connection completed a transfer. Create a function for each connection to monitor and name it accordingly, e.g. for connection ftp1 create the function ftp1_OnDoneEvent.
Signature
_OnDoneEvent (string, string)Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
string | M | source file name | |
string | M | destination file name |