InfoConnect for Airlines VBA Guide
FileTransfer Object Methods

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

Methods and Functions
 NameDescription
Public MethodAbortTransferAborts an IND$FILE transfer.  
Public MethodAS400ReceiveFileTransfers data from the host to the PC using the AS/400 data transfer protocol.  
Public MethodAS400SendFileTransfers one or more PC files to the host using the AS/400 data transfer protocol.  
Public MethodCancelTransferCancels 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 MethodINDReceiveFileTransfers a file from the host to the PC using the IND$FILE protocol.  
Public MethodINDSendFileTransfers a file from the PC to the host using the IND$FILE protocol.  
Public MethodOpen

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 MethodShowFileTransferDialogOpens the File Transfer dialog box.  
Public MethodShowFileTransferSetupDialogOpens the Transfer Setup dialog box. This method returns an error if the user cancels the dialog box.  
Top
See Also