Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems 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 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 MethodAttempts 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 MethodReturns the current host directory used for FTP file transfers.  
Public MethodTransfers one or more files from the host to the PC using FTP (file transfer protocol).  
Public MethodTransfers 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 MethodSets the current host directory used for FTP file transfers.  
Public MethodConnects to a host server in preparation for FTP file transfers.  
Public MethodDisconnects from a host server that was connected by FTPStartServer.  
Public MethodTransfers one or more files from a remote computer running a Kermit program to the local computer, using the Kermit file transfer protocol.  
Public MethodTransfers a file from the local computer to the remote system using the Kermit file transfer protocol.  
Public MethodStarts a remote Kermit program in server mode.  
Public MethodInstructs a remote Kermit program running in server mode to quit.  
Public MethodInitiates file transfer logging.  
Public MethodStops file transfer logging.  
Public MethodTransmits the specified file to the host.  
Public MethodTransfers one or more files from the host to the PC using the WRQ/Reflection file transfer protocol.  
Public MethodTransfers one or more files from the PC to the host using the WRQ/Reflection file transfer protocol.  
Public MethodStarts the WRQ/Reflection protocol host server in preparation for multiple file transfers.  
Public MethodStops the WRQ/Reflection protocol host server started by WRQStartServer.  
Public MethodTransfers a file from the host to the PC, using the Xmodem file transfer protocol.  
Public MethodTransfers a file from the PC to the host, using the Xmodem file transfer protocol.  
Public MethodTransfers one or more files from the host to the PC, using the Zmodem file transfer protocol.  
Public MethodTransfers one or more files from the host to the PC, using the Zmodem file transfer protocol.  
Top
See Also