home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / ckc190.zip / ckdker.bwr < prev    next >
Text File  |  1994-07-13  |  5KB  |  114 lines

  1. CKDKER.BWR          "Beware File" for C-Kermit Version 5A        -*- text -*-
  2.  
  3.                    AOS/VS VERSION
  4.  
  5. Applies to 5A(190)
  6. Last update: Wed Jul 13 09:05:56 1994
  7.  
  8. Authors: Frank da Cruz, Christine M. Gianone, Columbia University.
  9.  
  10.   Copyright (C) 1985, 1994, Trustees of Columbia University in the City of New
  11.   York.  Permission is granted to any individual or institution to use this
  12.   software as long as it is not sold for profit.  This copyright notice must be
  13.   retained.  This software may not be included in commercial products without
  14.   written permission of Columbia University.
  15.  
  16. Report problems, suggestions, fixes, etc, to Frank da Cruz:
  17.  
  18.   Internet: fdc@watsun.cc.columbia.edu  (or)  fdc@columbia.edu
  19.   BITNET/EARN: FDCCU@CUVMA
  20.  
  21. Columbia University Academic Information Systems
  22. 612 West 115th Street, New York, NY  10025  USA
  23.  
  24.  
  25. AOS/VS C-Kermit system requirements and installation instructions are in the
  26. file CKDKER.INS.  Please be sure you have read that file before concluding
  27. that C-Kermit isn't working correctly on AOS/VS.
  28.  
  29.  
  30. DOCUMENTATION
  31.  
  32. C-Kermit 5A is documented in the book "Using C-Kermit" by Frank da Cruz and
  33. Christine M. Gianone, 1993, Digital Press / Butterworth-Heinemann, Woburn, MA,
  34. USA, ISBN 1-55558-108-0.  Price: US $34.95.  Available in book and computer
  35. stores, or order by phone, call Columbia University at +1 212 854-3703, or
  36. Butterworth-Heinemann at +1 800 366-2665.  A German edition is available from
  37. Verlag Heinz Heise in Hannover, Germany.
  38.  
  39.  
  40. RESTRICTIONS
  41.     
  42. Commands:
  43.     
  44.  . Local C-Kermit commands such as WHO, DIR, etc, that are implemented through
  45.    CLI calls cannot be interrupted except by entering BREAK (CMD-BRK on DG 
  46.    terminals) followed by ^C^A.
  47.  
  48.  . The MAIL command has not been implemented.
  49.     
  50.  . The BYE command has not been implemented.
  51.  
  52.  . The WHO command does not accept arguments.
  53.     
  54.  . It is not possible to SUSPEND AOS/VS C-Kermit sessions.
  55.  
  56. Communications:
  57.  
  58.  . The AOS/VS serial communication device driver requires the RS-232 Carrier
  59.    Detect (CD) signal to be on before it can communicate.  For dialout
  60.    connections, therefore, the modem must be configured to force Carrier Detect
  61.    to be on at all times.  Direct connections should feed another active 
  62.    signal, such as DTR, into the VS system's serial port CD circuit.
  63.  
  64.  . AOS/VS Kermit cannot determine the status of modem signals on a line.
  65.  
  66.  . When a locally-established connection to a remote system has been broken,
  67.    the local AOS/VS C-Kermit will write "Communications disconnect" to the
  68.    screen, but will not finish the rest of the line until there is input from
  69.    the keyboard.
  70.  
  71.  . Domain Name Service (DNS) might not work.  In that case, you must use
  72.    numeric IP addresses in your SET HOST and TELNET commands.  Reportedly,
  73.    this problem is fixed in AOS/VS II 3.00 / TCP/IP 1.30, but in order to
  74.    get the improved functionality in C-Kermit, C-Kermit must be compiled and
  75.    linked on a system of this level (the current development system is still
  76.    running an older release).
  77.  
  78. File Transfer:
  79.  
  80.  . The fullscreen file transfer display is not supported.
  81.  
  82.  . If a file is sent to AOS/VS C-Kermit whose name contains VS template
  83.    characters (+, *, ^, \, #), C-Kermit fails to open the output file and
  84.    the transfer fails.  (This was fixed 12 May 93 -- "show versions" should
  85.    report "Data General file support, 5A(065) 12 May 93".)
  86.  
  87.  . When AOS/VS C-Kermit is running in server mode, and receives a BYE command,
  88.    AOS/VS C-Kermit terminates but its parent process does not.  Thus you must
  89.    still CONNECT back to the AOS/VS system and log out.
  90.     
  91.  . When AOS/VS C-Kermit is receiving a file, and the file collision action is
  92.    set to "update" (meaning that the incoming file should overwrite the
  93.    existing file only if its "creation" date is more recent), and the incoming
  94.    file is in fact newer, the modification date on the resulting file will
  95.    actually be the date/time of the transfer (the real last modification
  96.    date/time).  This can cause succeeding "update" operations on this file
  97.    to fail.
  98.  
  99.  . One user reports that in order for AOS/VS C-Kermit to receive 8-bit binary
  100.    files, the CLI command CHAR/ON/8BT must be given before starting C-Kermit.
  101.  
  102.  
  103. KNOWN PROBLEMS
  104.  
  105. Abnormal terminations (stack dumps) may occasionally occur on expiration of
  106. certain timers (when, for instance, the local Kermit gets no response from the
  107. remote Kermit).  Apparently this happens only in local mode, i.e. when
  108. C-Kermit was used to initiate a connection to another computer by DIALing.
  109. Cause: Unknown.  Cure: Unknown.  Possible workarounds:  (a) Tell C-Kermit to
  110. SET SEND TIMEOUT 0; (b) Make your connection without using the DIAL command.
  111. (These workarounds are untested.)
  112.  
  113. (End of CKDKER.BWR)
  114.