FileTransfer Object Methods
For a list of all members of this type, see FileTransfer members.
| Name | Description |
 | AbortTransfer | Aborts a file transfer in progress for any of the supported transfer protocols (Kermit, WRQ/Reflection, Xmodem, or Zmodem) without communicating with the host program. |
 | CancelTransfer | Attempts 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. |
 | FTPGetCurrentHostDirectory | Returns the current host directory used for FTP file transfers. |
 | FTPReceiveFile | Transfers one or more files from the host to the PC using FTP (file transfer protocol). |
 | FTPSendFile | Transfers 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. |
 | FTPSetCurrentHostDirectory | Sets the current host directory used for FTP file transfers. |
 | FTPStartServer | Connects to a host server in preparation for FTP file transfers. |
 | FTPStopServer | Disconnects from a host server that was connected by FTPStartServer. |
 | KermitReceiveFile | Transfers one or more files from a remote computer running a Kermit program to the local computer, using the Kermit file transfer protocol. |
 | KermitSendFile | Transfers a file from the local computer to the remote system using the Kermit file transfer protocol. |
 | KermitStartServer | Starts a remote Kermit program in server mode. |
 | KermitStopServer | Instructs a remote Kermit program running in server mode to quit. |
 | StartTransferLogging | Initiates file transfer logging. |
 | StopTransferLogging | Stops file transfer logging. |
 | TransmitFile | Transmits the specified file to the host. |
 | WRQReceiveFile | Transfers one or more files from the host to the PC using the WRQ/Reflection file transfer protocol. |
 | WRQSendFile | Transfers one or more files from the PC to the host using the WRQ/Reflection file transfer protocol. |
 | WRQStartServer | Starts the WRQ/Reflection protocol host server in preparation for multiple file transfers. |
 | WRQStopServer | Stops the WRQ/Reflection protocol host server started by WRQStartServer. |
 | XmodemReceiveFile | Transfers a file from the host to the PC, using the Xmodem file transfer protocol. |
 | XmodemSendFile | Transfers a file from the PC to the host, using the Xmodem file transfer protocol. |
 | ZmodemReceiveFile | Transfers one or more files from the host to the PC, using the Zmodem file transfer protocol. |
 | ZmodemSendFile | Transfers one or more files from the host to the PC, using the Zmodem file transfer protocol. |
Top