home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / unix / unxfiles.sit / source / UNIX / uuencode.man < prev   
Text File  |  1989-11-19  |  2KB  |  67 lines

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