Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

<connection_handle>_OnDoneEvent(string, string)

Parameters

Name

Type

Mandatory/Optional

Description

string

M

source file name

string

M

destination file name

Return

None.