source: trunk/athena/bin/tarmail/README @ 8

Revision 8, 788 bytes checked in by jtkohl, 39 years ago (diff)
Initial revision
Line 
1
2These programs encode binary files as printable ascii files that should pass
3through mail.  They also calculate and check end to end checksums.
4
5btoa    "binary to ascii"
6atob    "ascii to binary" (checks checksums, no output if bad)
7
8"tarmail" and "untarmail" are shell scripts which make it convenient to tar
9up directory structures, mail them to remote sites, and untar them.  The use
10of tar ensures that protection modes, file dates, and (if su) owners are
11recreated at the other end.  Using mail has been more convienent (in our
12situation) than using uucp directly.
13
14IF you are on a 16-bit machine, you will have to run around changing "int" to
15"long" before these filters work.  If the c style looks a bit strange, that
16is because the programs were written using a strange preprocessor.
Note: See TracBrowser for help on using the repository browser.