home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / tcpip / 4270 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.4 KB  |  32 lines

  1. Newsgroups: comp.protocols.tcp-ip
  2. Path: sparky!uunet!noc.near.net!vaxeline.ftp.com!cream.ftp.com!jbvb
  3. From: jbvb@vax.ftp.com  (James B. VanBokkelen)
  4. Subject: Re: What is the minimum set of options a telnet server must negotiate?
  5. Message-ID: <920902154520@cream.ftp.com>
  6. Nntp-Software: PC/TCP NNTP
  7. Lines: 16        
  8. Sender: root@vaxeline.ftp.com (vaxeline.ftp.com root account)
  9. Nntp-Posting-Host: whipped-cream.ftp.com
  10. Reply-To: jbvb@ftp.com
  11. Organization: FTP Software, Inc., Wakefield, MA
  12. References: <1992Sep1.215803.7063@news.uiowa.edu>
  13. Date: Wed, 02 Sep 1992 15:45:20
  14.  
  15. In article <1992Sep1.215803.7063@news.uiowa.edu> dsiebert@icaen.uiowa.edu (Doug Siebert) writes:
  16.  
  17.     I'm asking because I have an application into which I may want to try to
  18.     include some very primitive telnetd capabilities, so that I can negotiate
  19.     to turn off echo, turn on character at a time mode, and get the terminal
  20.     type of the connecting client.  Would it be sufficient to just properly
  21.     negotiate these options at the start and then refuse ANY negotiation after
  22.     that time?
  23.  
  24. Yes, as long as you could accept the options you want in an arbitrary
  25. order and avoid infinite option loops.  You will need to continue to
  26. parse IACs for the duration of the connection, though, though, and it
  27. is a good idea to always handle IAC AYT...
  28.  
  29. James B. VanBokkelen        2 High St., North Andover, MA 01845
  30. FTP Software Inc.        voice: (508) 685-4000 fax: (508) 794-4488
  31.  
  32.