telnet in java

hi all

i am trying to build website in jsp.which will run with tomcat server on win xp..from the jsp i want to open one unix session and want to check there whether the particular script is running on unix or not by using

(ps -ef | grep abc.pl) and then want to display the same in jsp...

my problem is i m not able to use telnet or ssh or ftp in java..i have searched a lot on net..but did not get some satisfactory answer(method or any class)..

plz help me to solve the issue

[508 byte] By [bhanota] at [2007-11-27 5:58:25]
# 1
heh.
prob.not.sola at 2007-7-12 16:33:02 > top of Java-index,Java Essentials,Java Programming...
# 2
Just google for "telnet java" and you will see a lot of useful links. I once worked with JTA ( http://javassh.org), but as this was some considerable time before I don't know how this behaves compared to other approaches,
martin@worka at 2007-7-12 16:33:02 > top of Java-index,Java Essentials,Java Programming...
# 3
http://jakarta.apache.org/commons/net/FTP and telnet support.
gimbal2a at 2007-7-12 16:33:02 > top of Java-index,Java Essentials,Java Programming...