Hello,
I'm need help. I'm sending this command tail -f /var/log/messages
which on the ssh server will run in real time.
following this example. http://www.example-code.com/vbnet/ssh_remote_command.asp
I can get it connect, send the command and get the output great. But I'm not sure how to keep getting the data in real time as new data is coming in. Do I use a timer? if so how. I'm not sure how do to do this in real time fetching.
thank you Brock