CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2001
    Posts
    3

    open telnet session and retrieve results

    Hi :

    I want to write a software to get information from an equipment we have. We only can get this info from "c:telnet ipaddress port#" and once logged in one can see the results that the equipment sends.
    I want to write a VB software that when I click on a command buttom opens a Telnet session with the equipment and get the results in a txt file.


  2. #2
    Join Date
    Sep 2001
    Location
    Little Rock, Arkansas
    Posts
    40

    Re: open telnet session and retrieve results

    I've had to login to a remote *nix box to execute commands and retrieve results before. I used an ActiveX control called RemoteShell. It cost me $15, but it solved my problem and was easy to use so it was worth it.

    http://www.pathguide.com/greg/rshdoc.htm


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