home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / rt11pascal.zip / rthelphlp.txt < prev    next >
Text File  |  1984-05-22  |  2KB  |  48 lines

  1.                               Kermit Help File
  2.  
  3. Kermit is a family of programs which perform reliable file transfer between
  4. computers over regular TTY lines.  This file contains the Kermit commands
  5. for the RT-11 version of Kermit.
  6.  
  7. Command                 Explanation
  8.  
  9. send            Sends  a file  or  number of files from the  RT-11 to the 
  10.                 remote  host.  The name of each file is passed to the remote 
  11.         host in a special control packet, so that the remote  host 
  12.         can  store it  with  the same  name.
  13.                 NO wildcarding is allowed.
  14.  
  15. receive         Receive a file or file group from the  remote  host.    If  an
  16.                 incoming file name is not legal, then attempt  to transform it
  17.                 to  a  similar  legal  name,  e.g.  by  deleting   illegal  or
  18.                 excessive characters.  
  19.  
  20.                 If the  file  already exists, it will be supersceded 
  21.                 if file-warning is set OFF; otherwise, a file will be created
  22.         with a name like KERMnn.TMP 
  23.  
  24. set             Establish  various  system-dependent  parameters, such as max-
  25.                 imum packet length,  debbuging mode, transmission delay,  etc.
  26.                 Also allows  the  user to specify virtual terminal line parity.
  27.  
  28. show            Display various system-dependent  parameters  established   by
  29.                 the SET command.
  30.  
  31. connect         Establish a  virtual  terminal  connection  from  the RT-11 to
  32.         a computer hooked up to it through a TTY line.  The connection
  33.                 uses the parity defined by the set command.
  34.  
  35. status          Give information about  the last file transfer; effective baud
  36.                 rate, number of ACK's, NAK's, and bad packets, etc.
  37.  
  38. ?               Print help about various options available at a point in
  39.                 in a command string.  (ie. set ? will show all options
  40.                 available pertaining to set)
  41.  
  42. help            Print instructions  on  various  commands  available in Kermit.
  43.                 You are reading it.
  44.  
  45. exit            Exit from Kermit.
  46.  
  47. quit            Same as exit command.
  48.