home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / ckc072.zip / ckdenco.man < prev    next >
Text File  |  1988-08-16  |  2KB  |  66 lines

  1.  
  2.  
  3.  
  4.      UUENCODE(1)       UNIX 5.0(1June1980)   UUENCODE(1)
  5.  
  6.  
  7.      NAME
  8.           uuencode,uudecode - encode/decode a binary file for
  9.           transmission via mail
  10.  
  11.      SYNOPSIS
  12.           uuencode [ source ] remotedest | mmmmaaaaiiiillll sys1!sys2!..!decode
  13.           uudecode [ file ]
  14.  
  15.      DESCRIPTION
  16.           Uuencode and uudecode are used to send a binary file via
  17.           uucp (or other) mail.  This combination can be used over
  18.           indirect mail links even when uusend(1C) is not available.
  19.  
  20.           Uuencode takes the named source file (default standard
  21.           input) and produces an encoded version on the standard
  22.           output.  The encoding uses only printing ASCII characters,
  23.           and includes the mode of the file and the remotedest for
  24.           recreation on the remote system.
  25.  
  26.           Uudecode reads an encoded file, strips off any leading and
  27.           trailing lines added by mailers, and recreates the original
  28.           file with the specified mode and name.
  29.  
  30.           The intent is that all mail to the user ``decode'' should be
  31.           filtered through the uudecode program.  This way the file is
  32.           created automatically without human intervention.  This is
  33.           possible on the uucp network by either using sendmail or by
  34.           making rmail be a link to Mail instead of mail. In each
  35.           case, an alias must be created in a master file to get the
  36.           automatic invocation of uudecode.
  37.  
  38.           If these facilities are not available, the file can be sent
  39.           to a user on the remote machine who can uudecode it
  40.           manually.
  41.  
  42.           The encode file has an ordinary text form and can be edited
  43.           by any text editor to change the mode or remote name.
  44.  
  45.      SEE ALSO
  46.           uuencode(5), uusend(1C), uucp(1C), uux(1C), mail(1)
  47.  
  48.      AUTHOR
  49.           Mark Horton
  50.  
  51.      BUGS
  52.           The file is expanded by 35% (3 bytes become 4 plus control
  53.           information) causing it to take longer to transmit.
  54.  
  55.           The user on the remote system who is invoking uudecode
  56.           (often uucp) must have write permission on the specified
  57.           file.
  58.  
  59.  
  60.  
  61.  
  62.      Page 1                                         (printed 10/19/86)
  63.  
  64.  
  65.  
  66.