home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / acorn / ackermhlp.txt < prev   
Text File  |  2020-01-01  |  4KB  |  123 lines

  1. This is the Kermit for the Acorn Cambridge Workstation, contributed by Acorn 
  2. Computers Ltd. This file is a copy of the Release Notes.
  3.  
  4. Users of this Kermit mught like to know that it is available on disc from Acorn 
  5. at a cost of #50 to cover media and handling. This dosc contains a compiled
  6. binary version of Panos-Kermit.
  7.  
  8. 1. Release Summary
  9.  
  10. 1.1 Software
  11.  
  12. The following files are included in this release. On the Lancaster filestore 
  13. they have been renamed to follow the standard name conventions, so you will 
  14. need to change the names once you have collected them.
  15.  
  16.     Name at Lancaster       Original Name        Function
  17.     -----------------       -------------        --------
  18.     acucmd.h                ckucmd-h             Definitions Header
  19.     accdeb.h                ckcdeb-h             Debugging code
  20.     accfn2.c                ckcfn2-c             Support functions
  21.     accfns.c                ckcfns-c             Support functions
  22.     accker.h                ckcker-h             Symbol and macro definitions
  23.     accpro.c                ckcpro-c             Protocol code
  24.     accpro.w                ckcpro-w             Protocol code
  25.     acsignal.h              signal-h             Signal handling definitions
  26.     actime.h                time-h               Time definitions
  27.     acuus2.c                ckuus2-c             User interface
  28.     acuusr.h                ckuusr-h             Definitions for user interface
  29.     acwart.c                ckwart-c             Compiler for protocol state
  30.     acpcon.c                ckpcon-c             Terminal emulation
  31.     acptio.c                ckptio-c             Terminal i/o
  32.     acpus3.c                ckpus3-c             User interface
  33.     acpusr.c                ckpusr-c             User interface
  34.     ackerm.mak              make-cmd             Command file to build Kermit
  35.     acpcmd.c                ckpcmd-c             Command parser
  36.     acpdia.c                ckpdia-c             Modem dialout (not implemented)
  37.     acpfio.c                ckpfio-c             File i/o
  38.     acpmai.c                ckpmai-c             Main procedure
  39.     acpmis.c                ckpmis-c             Additional c library routines
  40.     acpscr.c                ckpscr-c             Screen handling
  41.     acpsig.c                ckpsig-c             Signal handling
  42.  
  43.  
  44. Note that on the DFS format distribution disc, the file names have the form 
  45. "extension.name", so that you should place, for example, ckpsig-c in file 
  46. c.ckpsig .
  47.  
  48. Documentation for this version is in ACKERM.DOC . This is a copy of the current 
  49. user guide for C-Kermit, on which this version is based.
  50.  
  51.  
  52. 1.2 Pre-requisites
  53.  
  54.       Memory size :   1Mb
  55.       Panos version : 1.4
  56.       C-Version     : 1.6 (to rebuild from source)
  57.  
  58.  
  59.  
  60. 2. Installing and running Kermit
  61.  
  62. 2.1 Installing Kermit
  63.  
  64. Place the executable file in $.PanosLib or a previously created directory for 
  65. Kermit work,
  66.  
  67.  
  68. 2.2 Running Kermit
  69.  
  70. Before running Kermit, ensure that the date and time are set.
  71.  
  72. To run Kermit from any filing system, set the current directory if appropriate, 
  73. then type
  74.  
  75.    ->  kermit
  76.  
  77.  
  78. 2.3 Rebuilding the program
  79.  
  80. Panos Kermit can be rebuilt by running the make file, which copies the source 
  81. files to directory Kermit, compiles and links them.
  82.  
  83. The DFS file extensions for -h, -c and -w need to be set up. Dy default (in 
  84. !Panos as released) the -c and -h file extensions are already present. set up 
  85. the -w extension thus:
  86.  
  87.   ->  .set File$dfs:-w w.-
  88.  
  89. To build Kermit, type:
  90.  
  91.   ->  dfs:make adfs
  92.  
  93. or substitute nfs for adfs if you are rebuilding Kermit on the econet. Remember 
  94. to log in as the System Manager on the econet first.
  95.  
  96. Check that Kermit has rebuilt correctly by running it as shown above.
  97.  
  98.  
  99. 3. Release details
  100.  
  101. Panos-Kermit is a program implementing the Kermit file transfer protocol, 
  102. derived from C-Kermit release 4C
  103.  
  104. 1. Panos Kermit has no server mode, as Panos does not accept a login over the 
  105. RS423.
  106.  
  107. 2. The interrupt character for Panos-Kermit is ESC, rather than CTRL-C for UNIX 
  108. Kermit.
  109.  
  110. 3. Much code for driving smart modems has been removed from ckpdia-c.
  111.  
  112. 4. type Kermit -h, not Kermit -help for a list of options.
  113.  
  114.  
  115.  
  116. 4. Known Bugs
  117.  
  118. With a server running on the other Kermit, typing
  119.  
  120.    Panos-Kerit> get *
  121.  
  122. causes a back-trace followed by a return to Panos.
  123.