InfoConnect for Airlines VBA Guide
OS2200FileTransfer Object Members

The following tables list the members exposed by OS2200FileTransfer.

Properties
 NameDescription
Public PropertyAutomaticRecoveryGets or sets a value indicating whether to restore the original version of the OS 2200 Editor file that was being modified when a connection with the OS 2200 Editor is broken.  
Public PropertyDownloadCommandGets or sets the command to run the OS 2200 Editor and download a file from the OS 2200 Editor to the PC.  
Public PropertyDownloadCommandReplyGets or sets the the response that the OS 2200 Editor sends to the PC when it receives a request to download a file to the PC.  
Public PropertyDownloadCompleteGets or sets the command that the OS 2200 Editor sends to the PC when the download is complete.  
Public PropertyDownloadCompleteReplyGets or sets the command that the PC sends to the OS 2200 Editor when the file has been received.  
Public PropertyIfExistsGets or sets a value specifying what happens if the PC file exists on downloads.  
Public PropertyParentGets the parent object. The parent is the FileTransfer object.  
Public PropertySuppressDisplayGets or sets a value indicating whether to prevent display of the file contents on the screen while the file is being transferred.  
Public PropertyTabCharacterGets or sets the character in the PC file that will be converted to a tab character when the file is uploaded to the OS 2200 Editor. Once this character is converted to a tab on the OS 2200 Editor, it cannot be converted back to the original character. If you do not want to convert any characters in the PC file to tab characters, type a character that does not exist in the PC file, such as |.  
Public PropertyTransferTimeoutGets or sets the number of seconds (0-100) that the file transfer protocol will wait for a host response before canceling the transfer.  
Public PropertyUploadCommandGets or sets the command to run the OS 2200 Editor and create a new file.  
Public PropertyUploadCommandReplyGets or sets the response that the OS 2200 Editor sends to the PC to indicate that a file has been created.  
Public PropertyUploadCompleteGets or sets the command that the PC sends to the OS 2200 Editor when the file transfer from the PC is complete.  
Public PropertyUploadCompleteReplyGets or sets the response that the OS 2200 Editor sends to the PC when it receives notification taht the file upload is complete.  
Top
Methods and Functions
 NameDescription
Public MethodReceiveFileDownloads a file from the host to your local PC.  
Public MethodSendFileUploads a file to the host.  
Top
See Also