SendFile

The SendFile command can be used to upload binary data from ITP/Server to the client. This feature requires a synchronous TCP/IP connection or an MQSeries interface.

For MQSeries, this command will read the contents of the Src file and send it in a message to the Dest queue. It will set the correlation id of the message to the message id of the request. For a detailed explanation see the description of the MQSeries Protocol in this manual.

Syntax

SendFile
Src(<string>)
Dest(<string>);

Parameters

Src

Required

File on the ITP/Server side.

Dest

For TCP/IP, a client side file identification. For MQSeries, the name of a queue.

Remarks

The SendFile command will not perform codepage translations.