home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / intelmdsb / mdsv30.mem < prev   
Text File  |  2020-01-01  |  2KB  |  36 lines

  1.            ISIS-Kermit Version 3 Differences
  2.  
  3.         This is a discussion of the differences between this version of
  4. ISIS-Kermit and the original "MDS" and the Leigh Instruments "MD2"
  5. versions of ISIS Kermit.
  6.  
  7.     This Kermit is a compatible superset of the original ISIS Kermit
  8. except for three points: the removal of the ability to specify multiple
  9. files on a SEND command, the replacement of the DEBUG command with a
  10. DEBUGGING option of a new SET command, and the alteration of the CONNECT
  11. escape protocol to conform to other Kermit implementations.  I felt that
  12. it was more important to allow the user to specify an alternate file name
  13. for the destination file than to be able to send multiple files with one
  14. SEND command.  The new TAKE command allows the same functionality as a
  15. multiple SEND capability.
  16.  
  17.     All other feature differences are described near the begining of
  18. the user manual .DOC file.  Compatibility problems are discussed in the
  19. .BWR file.
  20.  
  21.     This version of Kermit is functionally a superset of the MD2 ISIS
  22. Kermit, but is not entirely compatible with it.  First, the MD2 Kermit
  23. contained some dialog text specific to use with a VAX host.  This version
  24. contains no host-specific references.  Second, this version lacks the MD2
  25. Kermit LSEND command, which allows use of a "file of files" to control
  26. the sending of multiple files.  Instead, this version has a TAKE command,
  27. which can refer to a file of SEND commands.  Third, the DEBUG toggle
  28. command has been replaced with the DEBUGGING option of a new SET command.
  29. Fourth, the "disk drive number" prompt in the GET command has been
  30. replaced with the DISK option of the SET command, which works with SEND
  31. and RECEIVE as well.
  32.  
  33.     The MD2 CWD command is implemented in this version, expanded to
  34. allow the user to input a password.  The MD2 server control facility is
  35. expanded in this version to include the LOGOUT command.
  36.