InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / CancelTransfer Method
In This Topic
CancelTransfer Method (FileTransfer)
In This Topic
Cancels an IND$FILE transfer or AS/400 data transfer in progress. If the host has stopped responding, you may need to use the AbortTransfer method instead.
Syntax
expression.CancelTransfer() 
where expression is a variable that represents a FileTransfer Object
See Also