File transfers

Terry Hull terry at eecea.eece.ksu.edu
Fri Jan 27 03:55:11 AEST 1989


In article <8458 at dasys1.UUCP> duster at dasys1.UUCP (Harry Milkman) writes:
>After transferring a file from an MS-DOS PC to a 3B2 running UNIX, using
>kermit, the <cr> character (hex 0D) is stripped from my file.
>
>Does anyone have any idea why this happens?

Yes, you are transferring the file in text mode.  Ckermit on the 3B2
assumes that you want to make the text file UNIX compatible, so it
strips the <cr>.  If you want to keep the <cr>s, use binary mode.
Then ckermit will leave the file contents alone and will not try to 
"fix" it.  

-- 
Terry Hull                    Department of Electrical and Computer Engineering
                                           Kansas State University
INTERNET: terry at eecea.eece.ksu.edu          Manhattan, KS  66502 
UUCP: rutgers!ksuvax1!eecea!terry



More information about the Comp.unix.questions mailing list