home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / ASSEMBLE / 80X0992 / UU__CODE.TXT < prev    next >
Text File  |  1992-07-30  |  2KB  |  39 lines

  1. (3521)  Fri 17 Jul 92  6:57
  2. By: Yousuf Khan
  3. To: All
  4. Re: FAQ: UUEncoding/Decoding?
  5. St:
  6. --------------------------------------------------------------------
  7. UUEncoding/Decoding is a method for representing a series of eight bit
  8. binary characters in a series of six bit equivalents. This is to allow
  9. transmission of all characters without using any characters that might
  10. be considered control characters by the transmission system. You may use
  11. UUEncoding to broadcast binary files over this Fidonet echo, provided
  12. that it isn't too large. In general, if you have to break up the encoded
  13. file over two or more messages, then it's probably too big. In that case
  14. you should make the binary file available for downloading or f'req'ing
  15. from a BBS system. Also the preferred method of transmission over the
  16. echo is assembler source code. If that is impractical, then you may
  17. encode the binary file in a Dos' Debug script format. And finally you
  18. may try UUEncoding, before going to the download/file request path.
  19.  
  20. Below is a Debug script of a free UUDecoder, written by David
  21. Kirschbaum, so one may decode any UUEncoded scripts that might by
  22. transmitted over this echo:
  23.  
  24.  N UUD20.COM
  25.  
  26.         If you have downloaded this script file, remove
  27.         any captured communications header and then enter
  28.  
  29.                 DEBUG < filename
  30.  
  31.         where filename is the name of this script file.
  32.  
  33. ____________________________________________________________________
  34.  
  35. For encoding use uuencode (see 80XXX Snippets) which also comes from 
  36. David Kirschbaum.
  37.  
  38. Uwe E. Schirm
  39. ____________________________________________________________________