InfoConnect for Unisys VBA Guide
FileTransfer Object Methods

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

Methods and Functions
 NameDescription
Public MethodAbortTransferAborts a file transfer in progress for any of the supported transfer protocols (Kermit, WRQ/Reflection, Xmodem, or Zmodem) without communicating with the host program.  
Public MethodCancelTransferAttempts to cancel a file transfer in progress for any of the supported transfer protocols (Kermit, WRQ/Reflection, Xmodem, or Zmodem) by shutting down the host program.  
Public MethodFTPGetCurrentHostDirectoryReturns the current host directory used for FTP file transfers.  
Public MethodFTPReceiveFileTransfers one or more files from the host to the PC using FTP (file transfer protocol).  
Public MethodFTPSendFileTransfers one or more files from the PC to the host using FTP file transfer protocol. Use FTPStartServer to connect to the host server before using this method. Use FTPStopServer to disconnect from the host server after file transfer is complete.  
Public MethodFTPSetCurrentHostDirectorySets the current host directory used for FTP file transfers.  
Public MethodFTPStartServerConnects to a host server in preparation for FTP file transfers.  
Public MethodFTPStopServerDisconnects from a host server that was connected by FTPStartServer.  
Public MethodKermitReceiveFileTransfers one or more files from a remote computer running a Kermit program to the local computer, using the Kermit file transfer protocol.  
Public MethodKermitSendFileTransfers a file from the local computer to the remote system using the Kermit file transfer protocol.  
Public MethodKermitStartServerStarts a remote Kermit program in server mode.  
Public MethodKermitStopServerInstructs a remote Kermit program running in server mode to quit.  
Public MethodStartTransferLoggingInitiates file transfer logging.  
Public MethodStopTransferLoggingStops file transfer logging.  
Public MethodTransmitFileTransmits the specified file to the host.  
Public MethodWRQReceiveFileTransfers one or more files from the host to the PC using the WRQ/Reflection file transfer protocol.  
Public MethodWRQSendFileTransfers one or more files from the PC to the host using the WRQ/Reflection file transfer protocol.  
Public MethodWRQStartServerStarts the WRQ/Reflection protocol host server in preparation for multiple file transfers.  
Public MethodWRQStopServerStops the WRQ/Reflection protocol host server started by WRQStartServer.  
Public MethodXmodemReceiveFileTransfers a file from the host to the PC, using the Xmodem file transfer protocol.  
Public MethodXmodemSendFileTransfers a file from the PC to the host, using the Xmodem file transfer protocol.  
Public MethodZmodemReceiveFileTransfers one or more files from the host to the PC, using the Zmodem file transfer protocol.  
Public MethodZmodemSendFileTransfers one or more files from the host to the PC, using the Zmodem file transfer protocol.  
Top
See Also

 

 


2015 Attachmate

Send Feedback