I am having a problem that I am hopeing somebody can help me with.  I
transfer a file from my HPe3000 to a PC to be loaded into an aplication.  I
use Reflection to do this and everything works fine.  I wanted to replace
the Reflection transfer using Samba/ix and just have the pc application load
the file from the HPe3000.  This does not work.  When I compare the file
after it was transferred by Reflection to how it looked before it was
transferred, I noticed that the file on the HPe3000 appears like this:

LF line one dataCR
LF line two dataCR

the file after I transfer it with Reflection looks like this:

LF line one dataCR
CR
LF line two dataCR
CR

I suspect this is why I'm having problems loading my file directly from the
HPe3000 using Samba/ix.  Is there utility that I can use to add the extra CR
to the file on the HPe3000?  Does this Question even make sense I'm pretty
new to Samba/ix.

Thanks,
Len