+

Search Tips | Advanced Search

fte:cancel Ant task

Cancels a Managed File Transfer managed transfer or managed call. A managed transfer might have been created using the fte:filecopy or fte:filemove tasks. A managed call might have been created using the fte:call task.


Attributes


Example

The example sends a fte:cancel request to the command queue manager qm0. The fte:cancel request is targeted at agent1 on queue manager qm1 for the transfer identifier populated by the transfer.id variable. The request is run using the bob user ID.
<fte:cancel cmdqm="qm0@localhost@1414@SYSTEM.DEF.SVRCONN" 
            agent="agent1@qm1"
            id="${transfer.id}"
            origuser="bob"/>