@Anamika SSH commands are very to master, and you can run system commands from java, here is a link this should help you build your app, once you have mastered ssh http://www.devdaily.com/java/edu/pj/pj010016
Himesh. On Mon, May 30, 2011 at 11:33 AM, [email protected] <[email protected]>wrote: > > On Mon, May 30, 2011 at 11:28 AM, ANAMIKA CHAUHAN < > [email protected]> wrote: > >> @bhanuvrat >> Yes I have to make a gui and fire ssh commands in background...........for >> this i need to learn ssh .....here I want help...I cudn't find any such >> helpul tutorial .....???????? >> > well, read manual for ssh, fire on terminal > $> man ssh > there is nothing very complex about ssh because once your are connected you > fire the same commands that you use on your local machine to interact with > the remote machine. > >> >> I have thought to make gui using swings of java technology.............but >> firstly I have to enable communication between two servers. using ssh or >> what u said firing ssh commands......... >> > > I am not sure if java would let your execute local / native programs > easily. > >> -- >> Mailing list guidelines and other related articles: >> http://lug-iitd.org/Footer >> > > > > -- > Anuvrat Parashar > http://about.me/anuvrat.parashar > > > -- > Mailing list guidelines and other related articles: > http://lug-iitd.org/Footer > -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer
