Socket with TELNET

From: Christophe (chocman_at_libertysurf.fr)
Date: 12/29/03

  • Next message: Vu Pham: "Re: Socket with TELNET"
    Date: Mon, 29 Dec 2003 11:25:53 +0100
    
    

    Hello...

      I'm actualy programing socket in C under HP Unix. As I must use TELNET
    protocol, I'd like to know if someone could tell me what to do.
    I mean, I know that I must create a socket, then, use GetHostByName or
    inet_addr, then a conect...
    But is there some particular thing I must'nt forget ?

    I saw, in the specifications I follow, that I have to force BINARY, and
    NODELAY, and at the end of the initialisation I must reset a transparancy
    flag...

    This is not familiar for me... Anyone could help me ?
    Does anyone have some exemple of TelNet socket in C that would help me ?

    Thx a lot

    Chris


  • Next message: Vu Pham: "Re: Socket with TELNET"

    Relevant Pages

    • Problem passing telnet socket to spawned process
      ... We have proprietary software which accepts a telnet connection, ... process and passes the telnet socket down as stdin/stdout/stderr. ... Test code has been added to the created process to test the socket at the ... int SysErr, FileType; ...
      (microsoft.public.win32.programmer.kernel)
    • Re: BBC TV 4 - Hawkwind: Do not panic
      ... But that's how people look up which port to type in to their ... If you've got a computer with no Web server running on it ... Telnet server to listen on socket 80, surely it should all `just work' ...
      (uk.comp.sys.mac)
    • Async Socket IO Question
      ... This app is a socket server that has remote clients connect. ... telnet to the app, watch it start a read, and then kill the telnet app. ... reports true. ...
      (microsoft.public.dotnet.framework)
    • Re: TCPIP programming (sockaddr_in question)
      ... me too (Specifically Telnet); ... INET6 socket so that all the progeny get IPv6 capabilities. ... I was about to say "So you can at least get the bloody port number for the ... Why would I do 2 $QIOs when I need only one. ...
      (comp.os.vms)
    • millionth socket problem....
      ... To test it, I checked it with telnet, so ... my client *is* working. ... My server is the following, ... use Socket; ...
      (perl.beginners)