VerifyReceive

The VerifyReceive event is called whenever the ITP/OnLine Server script attempts to exchange a file with the client using the ReceiveFile command. This event is called to validate whether or not the calling application allows the request to be executed by the COM library.

If this event is not handled, the COM library will allow all file transfers (if they are enabled by setting the SendFile or ReceiveFile properties to True).

Event

Function Job_VerifyReceive (
Filename As String

) As String

Parameter

Filename, the parameter to this event is the suggested filename from the script.

Result

The result is a string with the name of the file that the data received from the client will be written to.