Using MS-Kermit
*For use with version 3.14 as distributed by the D. W. Mattson Computer
Center
Contents
Download the Adobe PDF version for printing.
You will need the free Acrobat Reader to view
and print the file.
- Insert the installation disk into your floppy drive
- At the DOS (C:\>) prompt, type
x:install x y [Enter]
where x is the floppy drive containing the
installation disk and y is the hard drive
Example:
To install from floppy drive B: to hard drive C:,
type
b:install b c [Enter]
By default, MS-Kermit communicates via serial port number 1 (COM1:) at 9600
bps. If your system does not match this, you will need to modify the
mscustom.ini file using a text editor such as EDIT or EDLIN. The
mscustom.ini file is located in the \KERMIT subdirectory. The three lines
that must be modified are:
set modem hayes This sets the modem type for the DIAL command
set port 1 This sets the communications port
set speed 9600 This sets the line speed
- At the DOS prompt (C:\>), type
cd \kermit [Enter] to move into the MS-Kermit
subdirectory
- Type kermit [Enter]
- At the MS-Kermit> prompt, type connect
[Enter]
- Press [Enter] until you see the Local> prompt
- To connect to node Gemini, type c gemini
[Enter]
- Log in with your username and password
- At the DOS prompt (C:\>), type cd \kermit
[Enter] to move into the MS-Kermit subdirectory
- Type kermit [Enter]
- At the MS-Kermit> prompt, type one of the following commands:
dial TTU [Enter] Local off-campus calls
dial TTULOCAL [Enter] On-campus calls
dial LIB [Enter] Local off-campus to Library card catalog
dial LIBLOCAL [Enter] On-campus calls to Library card catalog
- At the MS-Kermit> prompt, type connect
[Enter]
- Press [Enter] until you see the Local> prompt
- To connect to node Gemini, type c gemini
[Enter]
- Log in with your username and password
- At the DOS prompt (C:\>), type cd \kermit
[Enter] to move into the MS-Kermit subdirectory
- Type kermit [Enter]
- At the MS-Kermit> prompt, type connect
[Enter]
- At the blank screen, type one of the following commands:
atdt 372-3900 [Enter] Local off-campus calls
atdt 3900 [Enter] On-campus calls
atdt 372-6160 [Enter] Local off-campus to Library card catalog
atdt 6160 [Enter] On-campus calls to Library card catalog
- After you see the connect message, press
[Enter] until you see the Local>
prompt
- To connect to node Gemini, type c gemini
[Enter]
- Log in with your username and password
- At the VMS $ prompt, type lo
[Enter]
- Press [Alt]-X
- At the MS-Kermit> prompt, type hangup
[Enter]
- At the MS-Kermit> prompt, type exit
[Enter]
- At the VMS $ prompt, type kermit [Enter]
- If the file you will transfer is an ASCII text file, skip to step 3.
If the file you will transfer is binary data, at the C-Kermit> prompt,
type set file type image [Enter]
- At the C-Kermit> prompt, type server [Enter]
- Press [Alt]-X to get to the MS-Kermit> prompt
- If the file type you will transfer is binary data, at the MS-Kermit>
prompt, type: set file type binary
- If you need to change the default directory for your microcomputer,
at the MS-Kermit> prompt, type cd \path [Enter]
Example: cd \budget\jan94 will change the default directory for getting or sending files
- To get a file from the VAX, type get filename.ext [Enter]
- To send a file to the VAX, type send filename.ext [Enter]
You may now continue working on the VAX or log out and disconnect
your VAX session.
To continue to work on the VAX
- At the MS-Kermit> prompt, type finish
[Enter]
- At the MS-Kermit> prompt, type connect
[Enter]
- At the C-Kermit> prompt, type exit
[Enter]
To disconnect your VAX session
- At the MS-Kermit> prompt, type bye [Enter]
More detailed documentation on Kermit may be found in the file mskerm.doc in your \KERMIT subdirectory. If you have any questions about installing, customizing, or using Kermit, please call HelpDesk at x3975.
Maintained by:
Academic Computing
Support
D.W. Mattson Computer Center
Tennessee Technological University
Revised April, 1996