home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / tcpip / 3783 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.7 KB

  1. Path: sparky!uunet!caen!hellgate.utah.edu!cc.usu.edu!jrd
  2. From: jrd@cc.usu.edu
  3. Newsgroups: comp.protocols.tcp-ip
  4. Subject: Re: Problems with c-kermit telnet, right place to post?
  5. Message-ID: <1992Jul22.101317.57426@cc.usu.edu>
  6. Date: 22 Jul 92 10:13:16 MDT
  7. References: <1992Jul22.032356.9842@ksgbbs.harvard.edu>
  8. Organization: Utah State University
  9. Lines: 26
  10.  
  11. In article <1992Jul22.032356.9842@ksgbbs.harvard.edu>, timb@ksgbbs.harvard.edu (Tim Buehrer - 625-6829) writes:
  12. > I hope that this is a good place to post this question.  If it is not, I would
  13. > appreciate suggestions on where it should go.
  14. > We are setting up a system to communicate between our SCO XENIX box and a PC
  15. > using c-kermit on the PC and the WATTCP telnetd on the PC.  Most parts are
  16. > working fine, but there is one fundamental problem.  c-kermit insists on send-
  17. > ing a return-linefeed combination when I type a return, even if the terminal
  18. > setting for return-linefeed is off.  (When I just use the telnet that came
  19. > from SCO, I don't have this problem.)  Is there a way to configure c-kermit to
  20. > avoid this problem?  I've tried using set key but that doesn't seem to help.
  21. > Tim Buehrer
  22. > timb@ksgbbs.harvard.edu
  23. ----------
  24. Tim,
  25.     Version numbers?
  26.     My quick guess is the WATTCP stuff is not doing NETASCII properly.
  27. CR-LF is the line terminator signal on the wire, and gets converted at each
  28. end to suit the local system. Instead of WATTCP get MS-DOS Kermit 3.12 beta
  29. and use that on the PC. C Kermit and MSK work properly for the CR-LF stuff.
  30.     Further questions on the Kermit parts would get quicker attention if
  31. sent to me, jrd@cc.usu.edu, for MS-DOS Kermit and to Frank da Cruz,
  32. fdc@watsun.cc.columbia.edu, for C Kermit.
  33.     Joe D.
  34.