Description
-
Fires when file transfer ends.
Syntax
-
Private Sub
object_TransferEnd(ErrorText)
The TransferEnd Event syntax has these parts:
| object |
A wodTelnetDLX
object. |
| ErrorText |
A String value. Text
description of the error, if any. |
Remarks
-
This event fires after transfer completes -
successfully or not. If there were errors in the transfer,
ErrorText argument will provide text description of the error.
|