home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / archivrs / amiga / uucode.zoo / uuencode.man < prev   
Text File  |  1989-09-20  |  3KB  |  133 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 (plain text) mail
  11.  
  12. SYNOPSIS
  13.      uuencode [source] remotedest | mail sys1!sys2!..!decode
  14.      uuencode >outfile.uue source remotedest
  15.      uuencode >outfile.uue <source remotedest
  16.      uudecode [file]
  17.  
  18. DESCRIPTION
  19.      _U_u_e_n_c_o_d_e and _u_u_d_e_c_o_d_e are used to send  a  binary  file  via
  20.      uucp  (or  other)  mail.   This combination can be used over
  21.      indirect mail links even when  _u_u_s_e_n_d(1C)  or  other  direct
  22.      binary transmission methods are not available.
  23.  
  24.      _U_u_e_n_c_o_d_e takes  the  named  source  file  (default  standard
  25.      input)  and produces an encoded version on the standard out-
  26.      put.  The encoding uses only printing ASCII characters,  and
  27.      includes the mode of the file and the _r_e_m_o_t_e_d_e_s_t for recrea-
  28.      tion on the remote system.
  29.  
  30.      _U_u_d_e_c_o_d_e reads an encoded file, strips off any leading lines
  31.      added  by  mailers, and recreates the original file with the
  32.      specified mode and name.  If there are other uuencoded files
  33.      in the same input, they will be decoded as well.
  34.  
  35.      The intent is that all mail to the user ``decode'' should be
  36.      filtered through the uudecode program.  This way the file is
  37.      created automatically without human intervention.   This  is
  38.      possible  on the uucp network by either using _s_e_n_d_m_a_i_l or by
  39.      making _r_m_a_i_l be a link to _M_a_i_l  instead  of  _m_a_i_l.  In  each
  40.      case,  an  alias must be created in a master file to get the
  41.      automatic invocation of uudecode.
  42.  
  43.      If these facilities are  not  available,  the  file  can  be
  44.      uudecoded manually.
  45.  
  46.      The encode file has an ordinary text form and can be  edited
  47.      by any text editor to change the mode or remote name.
  48.  
  49.      This version of uuencode  automatically  adds  checksums  to
  50.      each  line,  and  an overall file size to the end.  Old ver-
  51.      sions of uudecode will ignore this  extra  information,  new
  52.      versions will check it and complain if it is in error.
  53.  
  54. SEE ALSO
  55.      uuencode(5), uusend(1C), uucp(1C), uux(1C), mail(1)
  56.  
  57. AUTHOR
  58.      Mark Horton
  59.      Checksums and Amiga port by Alan J. Rosenthal
  60.  
  61.  
  62.  
  63. Sun Release 3.2     Last change: 17 July 1987                   1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. UUENCODE(1)               USER COMMANDS               UUENCODE(1)
  71.  
  72.  
  73.  
  74.      More fixes by Fred Fish
  75.      File size check and various refinements by Bryce Nesbitt
  76.  
  77. BUGS
  78.      The file is expanded by 35% (3 bytes become 4, plus  control
  79.      information) causing it to take longer to transmit.
  80.  
  81.      The user on the  remote  system  who  is  invoking  _u_u_d_e_c_o_d_e
  82.      (often  _u_u_c_p)  must  have  write permission on the specified
  83.      file
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sun Release 3.2     Last change: 17 July 1987                   2
  130.  
  131.  
  132.  
  133.