home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / TOP / USR / MAN / uucode.man < prev    next >
Text File  |  2009-11-06  |  5KB  |  132 lines

  1.  
  2.  
  3.      UUUUUUUUEEEENNNNCCCCOOOODDDDEEEE((((1111))))        UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((1111 SSSSeeeepppp 1111999988887777))))        UUUUUUUUEEEENNNNCCCCOOOODDDDEEEE((((1111))))
  4.  
  5.  
  6.  
  7.      NNNNAAAAMMMMEEEE
  8.           uuencode,uudecode - encode/decode a binary file for
  9.           transmission via (plain text) mail
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.           uuuuuuuueeeennnnccccooooddddeeee [source] remotedest | mmmmaaaaiiiillll sys1!sys2!..!decode
  13.           uuuuuuuueeeennnnccccooooddddeeee >outfile.uue source remotedest
  14.           uuuuuuuueeeennnnccccooooddddeeee >outfile.uue <source remotedest
  15.           uuuuuuuuddddeeeeccccooooddddeeee [file]
  16.  
  17.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  18.           _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
  19.           uucp (or other) mail.  This combination can be used over
  20.           indirect mail links even when _u_u_s_e_n_d(1C) or other direct
  21.           binary transmission methods are not available.
  22.  
  23.           _U_u_e_n_c_o_d_e takes the named source file (default standard
  24.           input) and produces an encoded version on the standard
  25.           output.  The encoding uses only printing ASCII characters,
  26.           and includes the mode of the file and the _r_e_m_o_t_e_d_e_s_t for
  27.           recreation on the remote system.
  28.  
  29.           _U_u_d_e_c_o_d_e reads an encoded file, strips off any leading lines
  30.           added by mailers, and recreates the original file with the
  31.           specified mode and name.  If there are other uuencoded files
  32.           in the same input, they will be decoded as well.
  33.  
  34.           The intent is that all mail to the user ``decode'' should be
  35.           filtered through the uudecode program.  This way the file is
  36.           created automatically without human intervention.  This is
  37.           possible on the uucp network by either using _s_e_n_d_m_a_i_l or by
  38.           making _r_m_a_i_l be a link to _M_a_i_l instead of _m_a_i_l. In each
  39.           case, an alias must be created in a master file to get the
  40.           automatic invocation of uudecode.
  41.  
  42.           If these facilities are not available, the file can be
  43.           uudecoded manually.
  44.  
  45.           The encode file has an ordinary text form and can be edited
  46.           by any text editor to change the mode or remote name.
  47.  
  48.           This version of uuencode automatically adds checksums to
  49.           each line, and an overall file size to the end.  Old
  50.           versions of uudecode will ignore this extra information, new
  51.           versions will check it and complain if it is in error.
  52.  
  53.           Care has been taken with these versions to compensate for
  54.           most of the nasty things editors and networks can do to
  55.           files.  In particular, lines that have had trailing spaces
  56.           truncated are handled, as are files that have passed through
  57.           _B_I_T_N_E_T hosts.
  58.  
  59.  
  60.  
  61.  
  62.      Page 1                                          (printed 1/22/88)
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.      UUUUUUUUEEEENNNNCCCCOOOODDDDEEEE((((1111))))        UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((1111 SSSSeeeepppp 1111999988887777))))        UUUUUUUUEEEENNNNCCCCOOOODDDDEEEE((((1111))))
  70.  
  71.  
  72.  
  73.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  74.           uuencode(5), uusend(1C), uucp(1C), uux(1C), mail(1)
  75.  
  76.      AAAAUUUUTTTTHHHHOOOORRRR
  77.           Mark Horton
  78.           Checksums and Amiga port by Alan J. Rosenthal
  79.           File compatability added back in by Fred Fish
  80.           File size check and various refinements by Bryce Nesbitt
  81.  
  82.      BBBBUUUUGGGGSSSS
  83.           The file is expanded by 35% (3 bytes become 4, plus control
  84.           information) causing it to take longer to transmit.
  85.  
  86.           The user on the remote system who is invoking _u_u_d_e_c_o_d_e
  87.           (often _u_u_c_p) must have write permission on the specified
  88.           file
  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.      Page 2                                          (printed 1/22/88)
  129.  
  130.  
  131.  
  132.