The VerifySend event is called whenever the ITP/OnLine Server script attempts to exchange a file with the client using the SendFile 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_VerifySend (Filename As String
) As String
Parameter
Filename, the parameter to this event is the suggested filename from the script.
Result
The result is the name of the file that will be sent to ITP/OnLine Server.