Hi, I'm trying to use the ssh component on a VB 6.0 project and I want to run a "tail -f /var/log/messages" on te remote server and retrive the log lines as they are written. How can I accomplish that? because I read that all the methods wait for a certain criteria (message, channel closed, etc) to retrieve the messages from the channel.
Regards, Max