-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
It's been a while since I've had to mess with Kermit, but here's my guesses.
Do the values of the default characters in the Kermit Setup tab (open Setup,
click on the Data tab, then the Transfer Protocol button), such as the pad
character and end of line character, match what the receiving system is
expecting? I believe you should be able to use the SHOW command once you have
started Kermit on the remote system to see what values it is anticipating.
I'm not familiar with Kermit's NOTRIM option, and by CRLF I'm assuming you
mean that carriage returns and linefeeds should be translated? If so, you'll
want to make sure that the Text radiobutton in Kermit Setup is enabled, so
that carriage returns and linefeeds are translated. The default is to enable
the Binary radiobutton, which means no translation is performed. The
corresponding ASPECT command is SET KERMIT FILETYPE TEXT.