Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!primerd!ENI!S55!CUMMINGS From: CUMMINGS@S55.Prime.COM Newsgroups: comp.binaries.ibm.pc.d Subject: Re: Kermit file transfers made easy Message-ID: <173200002@S55.Prime.COM> Date: 12 Nov 89 19:02:00 GMT References: <11474@phoenix.Princeton.EDU> Lines: 23 Nf-ID: #R:phoenix.Princeton.EDU:-1147400:S55:173200002:000:1272 Nf-From: S55.Prime.COM!CUMMINGS Nov 12 19:02:00 1989 Jim Birdsall is right. Look at the following examples. Consider first that a binary files has statistically 50% bytes with leading zeroes and 50% bytes with leading ones (varies from file to file, but statistaclly right). That means that transferring a binary file on a 7 bit ASCII connection will cause 50% of the bytes to be quoted. Equivalent of increasing the file size by 50%. UUENCODEing is a 3 byte-to-4 byte encoding of your binary text. It increases your file size by 33.3% (regardless of the percentage of bytes beginning with 1's or 0's!). Obviously transferring a binary file over an 8-bit line has no penalty (0% file growth!). ============================================================================ Kevin J. Cummings Prime Computer Inc. 20 Briarwood Road 500 Old Connecticut Path Framingham, Mass. Framingham, Mass. InterNet: CUMMINGS@S55.Prime.COM CSNet: CUMMINGS%S55.Prime.COM@RELAY.CS.NET UUCP: {uunet, csnet-relay}!S55.Prime.COM!CUMMINGS Std. Disclaimer: "Mr. McKittrick, after careful consideration, I've come to the conclusion that your new defense system SUCKS..." ============================================================================