How to "tail -f" file from a remote Unix system in Java?
I want to be able to get buffered input from a remote system (using SSH and username password encrytion from Java) an开发者_开发知识库d then "tail -f" a file, buffering the input. Is this possible?
Jsch to rescue: http://www.jcraft.com/jsch/
精彩评论