CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 1999
    Posts
    1

    Help! Implementation of Telnet client in Java



    I'm trying to implement a telnet client program in Java.After the option

    negotiations I get this error:

    "java.net.SocketException:connection reset by peer"

    This program was working fine earlier.The client software runs on a Win95 node

    and is to telnet to a Unix server.Now why would the peer(the Unix machine

    I presume)want to reset the connection? What does this mean?

    Please help.I'm working against a deadline.

  2. #2
    Join Date
    Mar 1999
    Posts
    7

    Re: Help! Implementation of Telnet client in Java



    Hye,


    I'd love to help you out! But, I need more information like the code..whatever you wanna share actually regarding the problem.

    See ya.....


    Long Live Java...


    Davender aka JaVaFLow

  3. #3
    Join Date
    May 1999
    Posts
    4

    Re: Help! Implementation of Telnet client in Java

    Hello vishnu mohan,
    I don't have any idea, but what i think is that the sockets(OS dependent) that u have written for 95/NT, will not work for unix. The client side socket is a 95/NT supportive socket and the other side it is Unix socket. Both implementation is entirly differnt. But I don't know how in java they have implimented. Try to get the information about it.
    I would like to impliment the telnet client by using java, can u advice me how to start and how should I design it.
    Here is my id: [email protected]
    Thanks and regards,
    Chiru

    Thanks
    Chiru


  4. #4

    Re: Help! Implementation of Telnet client in Java

    If you don't want to mess with the details you can get this free library that gives a high level api for telnet. Go to http://www.oroinc.com to find the library. The library is well written and in java.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured