Transfer a File with Kermit
You can transfer files between a PC and a host running Kermit protocol. If the Kermit program on your host has a server mode, you can also use this mode to transfer files.
To transfer a file with Kermit protocol
- Log in to the host and invoke the host Kermit program by typing KERMIT (or type in the string used by your particular version of Kermit) at the host prompt.
- Prepare to transfer the file by typing either RECEIVE or SEND <filename> at the host's Kermit prompt. (These commands are from the host's point of view, so be sure to use RECEIVE when sending files to the host, and SEND when receiving files from the host.)
Open the File Transfer dialog box.- Start Reflection and log on to the host computer as usual.
The steps depend on your user interface mode.
User Interface Mode
|
Steps
|
|
The Reflection Ribbon
|
On the Session tab, from the Transfer group, click File Transfer.
|
|
The Reflection Browser
|
On the Reflection menu, choose Tools and then File Transfer.
|
|
Tablet
|
On the Reflection menu, tap the wrench icon and then select File Transfer.
|
|
- From the Protocol list, choose Kermit.
- Click the Settings button, and configure the file transfer settings.
- From the Preset configurations list, select the type of host to which you're transferring, and then click OK.
- Perform the file transfer.
To use Kermit server mode
- Verify that the Kermit program on your host has a server mode.
- After invoking Kermit on your host computer, put it in server mode by typing SERVER and pressing Enter.
Open the File Transfer dialog box.- Start Reflection and log on to the host computer as usual.
The steps depend on your user interface mode.
User Interface Mode
|
Steps
|
|
The Reflection Ribbon
|
On the Session tab, from the Transfer group, click File Transfer.
|
|
The Reflection Browser
|
On the Reflection menu, choose Tools and then File Transfer.
|
|
Tablet
|
On the Reflection menu, tap the wrench icon and then select File Transfer.
|
|
- From the Protocol list, choose Kermit.
- Click the Settings button, and configure the file transfer settings.
- From the Preset configurations list, select To Kermit Server, and then click OK.
- Perform the file transfer.
|