home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / vmspascal / vxhelp.txt < prev    next >
Text File  |  1988-08-15  |  2KB  |  47 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 Vax/VMS version of Kermit.
  6.  
  7. Command            Explanation
  8.  
  9. send        Sends  a file  or  file  group  from the  VAX  to  the  remote
  10.         host.   The name of each file is passed to the remote  host in
  11.         a special control packet, so that the remote  host  can  store
  12.         it  with  the same  name.  VMS wildcarding is allowed.
  13.  
  14. receive        Receive a file or file group from the  remote  host.    If  an
  15.         incoming file name is not legal, then attempt  to transform it
  16.         to  a  similar  legal  name,  e.g.  by  deleting   illegal  or
  17.         excessive characters.  If the  file  already exists,  it  will
  18.         be supersceded. 
  19.  
  20. set        Establish  various  system-dependent  parameters, such as max-
  21.         imum packet length,  dubbuging mode, transmission delay,  etc.
  22.         Also allows  the  user to specify virtual terminal line-speed,
  23.         and parity.
  24.  
  25. show        Display various system-dependent  parameters  established   by
  26.         the SET command.
  27.  
  28. connect        Establish a  virtual  terminal  connection  from  the VAX to a
  29.         computer hooked up to it through a  TTY line.  The  connection
  30.         uses the line speed, and parity defined by the set command.
  31.  
  32. status        Give information about  the last file transfer; effective baud
  33.         rate, number of ACK's, NAK's, and bad packets, etc.
  34.  
  35. dcl        Perform a call to vms dcl.
  36.  
  37. ?        Print help about various options available at a point in
  38.         in a command string.  (ie. set ? will show all options
  39.         available pertaining to set)
  40.  
  41. help        Print instructions  on  various  commands  available in Kermit.
  42.         You are reading it.
  43.  
  44. exit        Exit from Kermit.
  45.  
  46. quit        Same as exit command.
  47.