hey guys,

i need to create an application which would allow me to log on to ssh server and would allow me to use linux commands in the application, not necessarily all commands, but the main ones such as cd, ls, grep.
please let me know where i can start in developing such an application.

thanks

hey guys,

i need to create an application which would allow me to log on to ssh server and would allow me to use linux commands in the application, not necessarily all commands, but the main ones such as cd, ls, grep.
please let me know where i can start in developing such an application.

thanks

if you are looking for libraries that will allow you to connect to SSH via java check these out:Apache SSHD and Java Secure Channel and here is how you would use the commands in linux via java:http://www.sitepoint.com/forums/showthread.php?533923-Call-Linux-command-from-Java-Application and here :http://stackoverflow.com/questions/126116/linux-commands-from-java

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.