Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface

In This Topic
    IFileTransfer Interface Methods
    In This Topic

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

    Public Methods
     NameDescription
     MethodAborts an IND$FILE transfer. This method is more drastic than CancelTransfer and may leave the host session in an unpredictable state.  
     MethodTransfers data from the host to the PC, using the AS/400 data transfer protocol.  
     MethodTransfers one or more PC files to the host, using the AS/400 data transfer protocol.  
     MethodCancels an IND$FILE transfer or an AS/400 data transfer in progress.  
     MethodTransfers a file from the host to the PC using the IND$FILE protocol.  
     MethodTransfers a file from the PC to the host using the IND$FILE protocol.  
     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.

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