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