I need to have a web application in java(preferably) to login to a particular unix server say (xxx.pr.s.com) using username and password.and to read a particular file in that server . Isa there any java library to achieve the same.
Thanks.
I need to have a web application in java(preferably) to login to a particular unix server say (xxx.pr.s.com) using username and password.and to read a particular file in that server . Isa there any java library to achieve the same.
Thanks.
I think Java Secure Channel (JSCH) is what you're looking for. It will allow you to ssh into the OS http://www.jcraft.com/jsch/