Hi, I am trying to build an java application using SSH which will have the capability to connect from a windows server to a remote unix server and run unix commands and see the output, like Putty. I have couple of questions on the same.
1. I plan to create the application for commercial purpose. Will it have licencing fees. 4. Does Apache Mina require any server component installed on unix server. 2. Can the application give the features of Putty wherein I can enter unix commands ands get results. 3. Does Apache Mina have SSH API's which other java applications can use. I tried searching for example source code which will use Apache Mina library or jar files to connect to the the server, but did not get one. Can you provide an example. More inputs will be helpful. thanks, Manish.
