Tagged Questions
0
votes
1answer
235 views
Can JSCH get messages quickly enough from remote server
I want to write a java tool to monitor some FIX log. The idea is using SSH to logon remote server, then getting the output of command "tail -f xxx" to my PC, rest is some log analysis work.
When I ...