home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / internet / uucode_68020 / uucoders / uucode.doc < prev    next >
Text File  |  1997-08-31  |  1KB  |  38 lines

  1.  
  2.      NAME
  3.       uuencode,uudecode - encode/decode a binary file for
  4.       transmission via (plain text) mail.
  5.  
  6.      SYNOPSIS
  7.       uuencode >outfile infile name
  8.       uudecode infile
  9.  
  10.      DESCRIPTION
  11.       Uuencode and uudecode are used to send binary files via UUCP (or
  12.       other) mail.    The resulting file can be sent even if direct
  13.       binary transmission is not available.
  14.  
  15.       Uuencode takes the named source file (default standard input) and
  16.       produces an encoded version on the standard output.  The encoding
  17.       uses only printing ASCII characters, and includes the mode of the
  18.       file and name for recreation on the remote system.
  19.       The encoded file has an ordinary text form and can be edited
  20.       by any text editor to change the file mode or remote name.
  21.  
  22.       Uudecode reads an encoded file, strips off any leading and
  23.       trailing lines, and recreates the original file with the
  24.       specified mode and name.
  25.  
  26.      AUTHOR
  27.       Mark Horton
  28.       Checksums added by Alan J. Rosenthal
  29.       More fixes by Fred Fish
  30.       More fixes to Amiga port by Bryce Nesbitt
  31.  
  32.           Rewritten for SAS/C-optimized Amiga-only usage by
  33.           Andreas R. Kleinert <Andreas_Kleinert@t-online.de> in 1994/97.
  34.  
  35.      BUGS
  36.       The file is expanded by 35% (3 bytes become 4 plus control
  37.       information) causing it to take longer to transmit.
  38.