home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / kermit / msiibm.arc / MSKERMIT.HLP < prev    next >
Encoding:
Text File  |  1989-01-20  |  6.6 KB  |  143 lines

  1.                   USING MS-DOS KERMIT ON THE IBM PC AND PS/2
  2.  
  3.              C. Gianone, CUCCA, Jan 1989
  4.  
  5. Getting Started
  6.  
  7. Make sure KERMIT.EXE is in your current disk and directory, or in your DOS
  8. PATH.  If there are Kermit commands you want executed each time you run Kermit,
  9. put them in the file MSKERMIT.INI in the current disk/directory, or in your DOS
  10. PATH.  Type KERMIT to run the Kermit program.  Example (<CR> means type
  11. Carriage Return or Enter):
  12.  
  13.     C>kermit<CR>
  14.     IBM PC Kermit-MS V2.32
  15.     Type ? or HELP for help
  16.     Kermit-MS>
  17.  
  18. Question mark can be typed at any point in a command to get a menu of what's
  19. possible or expected at that point.  The EXIT command will get you back to
  20. MS-DOS.
  21.  
  22. Now set Kermit up for communication with the remote system by typing the
  23. appropriate SET commands.  Values marked with ``*'' are Kermit's normal
  24. defaults.  There is no default speed; the values shown are the maximums when
  25. connecting from a ROLMphone.  When dialing in from outside, use 2400 bps or
  26. less.  When dialing out from campus, use 2400 bps even if the called modem is
  27. lower speed, and set the other parameters (``**'') as required.
  28.  
  29. -------------------------------------------------------------------------------
  30.  
  31.                                  IBM        IBM
  32.                        UNIX    Linemode   Fullscreen    Dialing
  33.     SET COMMAND      CUNIXA-D  CUVML,B    SIMA,B;CLIO     Out
  34.     set speed          9600     9600        9600         2400
  35.     set parity         none*    mark        even          **
  36.     set local-echo      off*      on         off*         **
  37.     set flow       xon/xoff*    none    xon/xoff*         **
  38.     set handshake      none*     xon        none*         **
  39.  
  40. -------------------------------------------------------------------------------
  41.  
  42.  
  43. CONNECTING TO ANOTHER COMPUTER
  44.  
  45. From a campus ROLMphone:
  46.  
  47.     Kermit-MS>connect<CR>         (Begin terminal emulation)
  48.     <CR>                          (Type a carriage return here)
  49.     CALL, DISPLAY OR MODIFY?      (This is the CBX's prompt)
  50.     call cunixc<CR>               (Select the desired system)
  51.     CALLING 76641                 (CBX progress report...)
  52.     CALL COMPLETE                 (This message will not appear if dialing out)
  53.     login:                        (Remote computer's prompt)
  54.  
  55. Substitute the name of any other local computer for CUNIXC, or an external
  56. phone number if you wish to dial an off-campus computer.  To call in from
  57. outside, use your modem's dialing language, or dial manually.  For example,
  58. when using a Hayes or Hayes-compatible 2400 bps modem:
  59.  
  60.     Kermit-MS>connect<CR>         (Connect to the modem)
  61.     ATDT 854-1824<CR>             (Issue the dialing command)
  62.     CONNECT 2400                  (Modem's confirmation message)
  63.     <CR>                          (Type carriage return to get...)
  64.     CALL, DISPLAY OR MODIFY?      (...the CBX prompt)
  65.  
  66. To return to the PC from the remote connection, type the escape sequence
  67. "^]c".  That is, hold down the Ctrl key and press right-bracket "]", then
  68. type the letter C. This will return you to the "Kermit-MS>" prompt without
  69. closing your connection.  This is called "escaping back".
  70.  
  71.  
  72. FILE TRANSFER
  73.  
  74. Set any desired parameters at the remote Kermit, put it in server mode, escape
  75. back, and then issue file transfer commands from the PC.  The following example
  76. shows UNIX Kermit, but applies to most others.  Terminate each command with a
  77. carriage return.
  78.  
  79.     Kermit-MS>connect             (Connect to the remote computer)
  80.     $ kermit                      (Run Kermit there)
  81.     C-Kermit 4E(070)              (The remote Kermit announces itself)
  82.     Type ? for help               (And tells you how to get help)
  83.     C-Kermit>set block-check 3    (Make any desired settings)
  84.     C-Kermit>server               (Remote kermit prints server message)
  85.  
  86. Now "escape back" from terminal connection and give any desired file transfer
  87. commands:
  88.  
  89.     ^]c                           (Escape back)
  90.     Kermit-MS>send foo.*          (The requested files are sent...)
  91.     Kermit-MS>get /etc/motd       (The requested files are received...)
  92.     Kermit-MS>finish              (Shut down the remote Kermit server)
  93.     Kermit-MS>connect             (Get back to the remote computer)
  94.     C-Kermit>exit                 (Exit from remote Kermit)
  95.     $                             (Back at remote system's prompt)
  96.  
  97. Or if you don't need to use the remote system any more, use MS-Kermit's BYE
  98. command instead of FINISH to log out the remote job and return you immediately
  99. to the PC's DOS prompt.
  100.  
  101.  
  102. RECEIVING CALLS ON YOUR PC
  103.  
  104. If you wish, you may set up your PC to receive data calls.  Set your CBX data
  105. line to the desired answer mode, auto or manual, set Kermit to the transmission
  106. speed that callers will use (e.g. 9600 for local calls, 2400 for outside).
  107.  
  108. Put MS-DOS Kermit in server mode to allow callers to send and get files and to
  109. issue REMOTE commands to list your directory, delete your files, etc.  You can
  110. disable selected functions using MS-Kermit's DISABLE command, like DISABLE
  111. DELETE, DISABLE CD, DISABLE FINISH.
  112.  
  113. Example:  Setting your PC up as a dialup CBX print server.  Just give the
  114. command SET DESTINATION PRINTER before the SERVER command, and any files sent
  115. to the server will be printed.  This arrangement handles just one user at a
  116. time, but it allows many users to share a single printer.
  117.  
  118.     C>kermit                      (Run Kermit on the PC)
  119.     Kermit-MS>set speed 9600      (Set desired speed)
  120.     Kermit-MS>connect             (Connect to CBX)
  121.     <CR>                          (Type a carriage return to get...)
  122.     CALL, DISPLAY OR MODIFY?      (...the CBX's prompt)
  123.     modify answer auto            (Make sure it answers automatically)
  124.     ^]c                           (Escape back to the PC)
  125.     Kermit-MS>set destination printer  (All incoming files go to printer)
  126.     Kermit-MS>set timer off       (To keep phone from answering prematurely.)
  127.     Kermit-MS>disable all         (Don't let users do anything else.)
  128.     Kermit-MS>server              (Now become a server)
  129.  
  130.  
  131. FURTHER READING:
  132.  
  133.    - The MS-DOS Kermit User Guide, available at the User Services Office, 102
  134.      Philosophy.
  135.    - Kermit, A File Transfer Protocol, by Frank da Cruz, Digital Press,
  136.      available at Papyrus bookstore.
  137.    - Making PC Software Work With Digital PBXs, by Christine Gianone and Frank
  138.      da Cruz, Data Communications Magazine, Oct 88.
  139.    - The directory ~kermit/cu on Columbia's UNIX systems, for tutorials and
  140.      examples of Kermit scripts.  Also available on CUVMB via the KERMLINK L
  141.      command.
  142.  
  143.