Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Telnet automation  (Read 2711 times)

0 Members and 1 Guest are viewing this topic.

SimonA

    Topic Starter


    Rookie

    Telnet automation
    « on: August 05, 2008, 06:08:56 AM »
    I need to write a C program to telnet into a device, and read information from the device.
    Can anyone tell me if there are any good tools which I can use?

    Thanks a lot :)

    ghostdog74



      Specialist

      Thanked: 27
      Re: Telnet automation
      « Reply #1 on: August 05, 2008, 07:45:12 PM »
      why write another program ? if your telnet client supports scripting, then you can write a script to do that. If you know Perl, you can use the Net::Telnet module. Search google for Net::Telnet and see some examples