InfoConnect for Unisys VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object

In This Topic
    FileTransfer Object Methods
    In This Topic

    For a list of all members of this type, see FileTransfer members.

    Public Methods
     NameDescription
    Public MethodAborts an IND$FILE transfer.  
    Public MethodTransfers data from the host to the PC using the AS/400 data transfer protocol.  
    Public MethodTransfers one or more PC files to the host using the AS/400 data transfer protocol.  
    Public MethodCancels 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.  
    Public MethodTransfers a file from the host to the PC using the IND$FILE protocol.  
    Public MethodTransfers a file from the PC to the host using the IND$FILE protocol.  
    Public Method

    Opens a transfer request file. This is equivalent to opening a Transfer Request (.mto or .xto) file using the Open button in the File Transfer dialog.

     
    Public MethodOpens the File Transfer dialog box.  
    Public MethodOpens the Transfer Setup dialog box. This method returns an error if the user cancels the dialog box.  
    Top
    See Also