Thread: Reading data from telnet session

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    28

    Exclamation Reading data from telnet session

    A telnet session is on, data exchange is happening.

    I want to read the data for further processing.

    Can someone explain how?

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826

    Re: Reading data from telnet session

    Originally posted by compiler
    A telnet session is on, data exchange is happening.

    I want to read the data for further processing.

    Can someone explain how?
    What do you mean "the telnet session is on"? Are you in a telent program? Is the program you're writing doing the telnetting? What exactly? You can't simply eavesdrop on an open telnet session, if that's what you're indending to do...

    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Reading large complicated data files
    By dodzy in forum C Programming
    Replies: 16
    Last Post: 05-17-2006, 04:57 PM
  2. reading formatted data files
    By gL_nEwB in forum C++ Programming
    Replies: 5
    Last Post: 04-22-2006, 10:09 PM
  3. accessing my com port, writing and reading data
    By shoobsie in forum C Programming
    Replies: 7
    Last Post: 09-16-2005, 03:29 PM
  4. Replies: 2
    Last Post: 06-16-2005, 10:03 AM
  5. reading data format into program
    By lambs4 in forum C Programming
    Replies: 1
    Last Post: 10-23-2003, 02:27 PM