Simplest way to telnet commands

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • HTCGuy
    New Member
    • Jun 2009
    • 1

    Simplest way to telnet commands

    Hi, im building an application that has to run a series of simple telnet commands .

    login
    wget some links
    chmod some files
    exit

    The only thing Ive found sofar are massive fully function c# telnet clients which i have no hope of integrating into my project .Can anyone tell me where i can get a free telnet client that can load scripts without user input or a way to achive the above without a massive telnet client ?

    thanks
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    telnet just sends ascii over a COM port (or I suppose a socket connection more likely)
    Shouldn't be too hard to make your own

    Comment

    • tlhintoq
      Recognized Expert Specialist
      • Mar 2008
      • 3532

      #3
      You said you found clients that had more functionality than what you need. Did they include source code? A great way to learn is to tear apart other programs.

      Comment

      Working...