Archived Forum Post

Index of archived forum posts

Question:

SSH Realtime help

Feb 21 '16 at 22:43

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