
k
kermit(1) | kermit(1) |
portable to many and diverse platforms.
STARTING
You can start
FILE TRANSFER
Here is the most common scenario for Kermit ®le transfer. Many other methods are possible, most of them more convenient, but this basic method should work in all cases.
∙Start Kermit on your local computer and establish a connection to the remote computer. If C- Kermit is on your local computer, use the sequence SET MODEM TYPE
∙SET any other necessary communication parameters, such as PARITY, DUPLEX, and FLOW-
CONTROL.
∙Give the CONNECT command.
∙Log in to the remote computer.
∙Start Kermit on the remote computer, give it any desired SET commands for
∙To download a ®le or ®le group, give the remote Kermit a SEND command, following by a ®lename or "wildcard" ®le speci®cation, for example:
send | oofa.txt | # | (send | one file) |
send | oofa.* | # | (send | a group of files) |
To upload a ®le or ®les, give the remote Kermit a RECEIVE command. The sending Kermit will tell the receiving Kermit the name (and other attributes) of each ®le.
∙Escape back to the Kermit program on your local (desktop) computer. If your local computer is running
∙If you will be transferring binary ®les, give the command SET FILE TYPE BINARY to the Kermit program that is sending the ®les.
∙If you are downloading ®les, tell the local Kermit program to RECEIVE. If you are uploading, give your local Kermit program a SEND command, specifying a ®lename or wildcard ®le speci®cation. In other words, tell the remote Kermit program what to do ®rst, SEND or RECEIVE, then escape back to the local Kermit and give it the opposite command, RECEIVE or SEND.
∙When the transfer is complete, give a CONNECT command. Now you are talking to Kermit on the remote computer again. Type EXIT to get back to the command prompt on the remote computer. When you are ®nished using the remote computer, log out and then (if necessary) escape back to Kermit on your local computer. Then you can make another connection or EXIT from the local Kermit program.
Note that other methods can be used to simplify the
The ®le transfer protocol defaults in
Section 1−368 | − 2 − |