Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / AbortTransfer Method
In This Topic
    AbortTransfer Method (FileTransfer)
    In This Topic
    Aborts an IND$FILE transfer.
    Syntax
    expression.AbortTransfer() 
    where expression is a variable that represents a FileTransfer Object
    Remarks
    This method is more drastic than CancelTransfer and may leave the host session in an unpredictable state. Use CancelTransfer unless you think the host program has stopped responding.
    See Also