InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / CancelTransfer Method


In This Topic
    CancelTransfer Method (IFileTransfer)
    In This Topic
    Cancels an IND$FILE transfer or an AS/400 data transfer in progress.
    Syntax
    'Declaration
     
    
    Sub CancelTransfer() 
    'Usage
     
    
    Dim instance As IFileTransfer
     
    instance.CancelTransfer()
    void CancelTransfer()
    Remarks
    If the host has stopped responding, you may need to use the AbortTransfer method instead.
    See Also