home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL29.ARJ / VOL2901 next >
Text File  |  1992-01-07  |  5KB  |  105 lines

  1.  
  2.  
  3. CP/MS gg NL volume 2901
  4.  
  5. deels gelijk aan PC/SIG no. 41/42
  6.  
  7. Titel:KERMIT Communicatiesysteem PC/Mainframe
  8.  
  9. Number Name            Size    Date    Comments
  10.  
  11. 901.01 ADDENDUM DOC    13312   1-01-80  Addendum to .DOC, esp. IBM PC
  12.        CATALOG  901      768   1-25-85  Disk directory
  13. 901.02 KERMIT   ABS 5632   1-25-85  Disk abstract
  14. 901.03 KERMIT   DOC   203264   1-01-80  DOC file, mainframe as well as PC
  15. 901.04 KERMIT   HLP     8960   1-01-80  Small DOC, for all Kermit versions
  16. 901.05 KERMITAC EXE    13184   1-01-80  Kermit for the Apricot PC (MS-DOS)
  17. 901.06 KERMITIB EXE    16768   1-01-80  Kermit for IBM PC & Compatibles
  18. 901.07 KERMITZ1 EXE    13312   1-01-80  Kermit for Zenith 100 (MSDOS/Z-DOS)
  19. 901.08 PCKER20  HLP     5120   1-01-80  Small DOC with all PC commands
  20. 901.09 PCKERM20 MSG     2176   1-01-80  Addendum to .DOC and PCKER20.HLP
  21. 901.10 PCKEXE   BAS     2048   1-01-80  Help in downloading/ converting Kermit
  22.        11 File(s)    34816 bytes free on Volume VOL2901
  23.  
  24.  
  25. KERMIT is a family of programs that do reliable file transfer  between
  26. computers over TTY lines.  KERMIT can be used to make a  microcomputer behave
  27. as a terminal for a mainframe, or to transfer files from one computer to
  28. another. You can use for instance  "wild cards" (*.*) to transmit all files in
  29. a directory.
  30.  
  31. KERMIT was developed at the Columbia Center for Computing Activities.  It is
  32. now in widespread use: implementations are available  for the IBM-PC and
  33. Apricot and for many 8080- and Z80-based  micros running CP/M, including the
  34. Vector Graphics, Intertec  Superbrain, Ohio Scientific, Heath/Zenith 89 and
  35. 100, DEC VT180  Robin and PC100 Rainbow, and Apple II (with Z80 softcard)
  36. microcomputers. There is also a version written in C for UNIX systems, 
  37. another version in Pascal for RT-11 systems, and mainframe versions for
  38. TOPS-10 on DECsystem-10s, TOPS-20 for DECSYSTEM-20s,  and VM/CMS on IBM
  39. 370-series machines (or compatibles).
  40.  
  41. If you are interested in installing KERMIT on another computer,  refer to the
  42. KERMIT  Users  Guide  (KERMIT.DOC) and the KERMIT  Protocol  Manual.
  43.  
  44. [KERMIT.HLP, 15 Feb 83 - Summary]
  45.  
  46. These are the commands for the 8086/8088 DOS version, KERMIT-86:
  47. (This disk contains versions for IBM PC and compatibles running  under DOS
  48. 1.0, 2.0 and higher; Zenith Z-100 under Z-DOS/MS-DOS  and Apricot with
  49. MS-DOS.)
  50.  
  51. CONNECT To make a "virtual terminal" connection to a remote system.
  52.         To break the connection and "escape" back to the PC, type
  53.         the escape sequence (CTRL-] C, that is Control rightbracket
  54.         followed immediately by the letter C.) 
  55. FINISH  When talking to a remote Kermit Server, this command shuts
  56.         down the server but does not log you out on the remote host.
  57.         to BYE, but leaves you at the Kermit-86 command level.
  58.  
  59. RECEIVE To accept a file from the remote system.
  60.  
  61. SEND    To send a file or group of files to the remote system.
  62.  
  63. SET     To establish system-dependent parameters.  The SET options
  64.         are as follows:
  65.  
  66.     BAUD           To set terminal speed to 300, 1200, 1800,
  67.                    2400, 4800 (default) and 9600.
  68.  
  69.  
  70.     ESCAPE         To change the escape sequence that lets you
  71.                    return to the PC Kermit from the remote host.
  72.                    The default is CTRL-] c.
  73.  
  74.     FILE-WARNING   ON/OFF, default is ON.  If ON, Kermit will warn
  75.                    you and rename an incoming file so as not to
  76.                    write over a file that currently exists with the
  77.                    same name.
  78.  
  79.     H19-EMULATION  Determines whether Kermit should emulate an
  80.                    H19 or have to PC run in "native" mode.
  81.                    The options are ON (default) and OFF.
  82.  
  83.  
  84.     IBM            ON/OFF, default is OFF.  This flag should be
  85.                    ON only when transfering files between the PC
  86.                    and an IBM VM/CMS system.  It also causes the
  87.                    parity to be set appropriately and activates
  88.                    local echoing.
  89.  
  90.     INCOMPLETE     DISCARD/KEEP.  If a file transfer terminates
  91.                    unexpectedly when receiving a file, should
  92.                    Kermit keep what managed to get across or
  93.                    discard it (default is to discard).
  94.  
  95.  
  96.     PARITY         EVEN, ODD, MARK, SPACE, or NONE.  NONE is the
  97.                    default but if the IBM flag is set, parity is
  98.                    set to MARK.  This flag selects the parity for
  99.                    outgoing and incoming characters during CONNECT
  100.                    and file transfer to match the requirements of
  101.                    the host.
  102.  
  103.     PORT           1/2, default is 1.  Determines whether Kermit
  104.                    should use communications port 1 or 2.
  105.