home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / extra / k278.hlp < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. From: 49405::HEMMINGS "Nicht zwei Worte, wo's mit einem ist getan."
  2. Date: 5-JUN-1986 08:24
  3. To: MKTUP1::EIBEN
  4. subject: KERMIT OS278
  5.  
  6. Just a quick note to let you know what the limitations are, with this version.
  7. There are two files to the sources:
  8.  
  9. K278.PAL    ! Main program - essentially the same as PDP8 KERMIT
  10. K278COM.PAL    ! Comms handler and OS278 specific routines
  11.  
  12. To use these sources you may have to take them down to a DECmate using DECdx to
  13. WPS and the OS278 WPFLOP program. Then assemble it with PAL
  14. KERMIT<KERMIT,KERCOM LOAD KERMIT and SAVE SYS: KERMIT in an executable .SV
  15. file.  Now you are ready to type:
  16.  
  17. R KERMIT
  18.  
  19. 1.
  20. Functions supported are:
  21.  
  22.     C[ONNECT]    terminal emulator
  23.     B[YE]        send disconnect message to remote KERMIT
  24.     E[XIT]        return to OS278
  25.     G[ET]        get a file or files
  26.     S[END]        send a file or files
  27.     SET[UP]        setup terminal characteristics
  28.  
  29. Use uppercase characters ONLY.
  30.  
  31. 2.
  32. FILES: As it stands KERMIT-OS278 will only send and receive 7 bit ASCII
  33. files. Binaries & 8 bits not handled.
  34.  
  35. 3.
  36. Filenames: KERMIT-OS278 GETs and SENDs files to the default directory
  37. at the remote. The command syntax is
  38.     
  39.     GET [OS278dev]filename.ext
  40.     SEND [OS278dev]filename.ext
  41.  
  42. eg.    G RD52:EXAMPLE.PA
  43.  
  44. Files received from the remote will have their filenames truncated to
  45. six characters with a two character extension.
  46.  
  47. You can use the * wild card to GET or SEND more than 1 file.
  48.  
  49. eg.    SEND RX50:*.PA
  50.  
  51. There is more detailed documentation in the sources.
  52.  
  53. Martyn
  54.