On Mon, May 30, 2011 at 11:33 AM, ANAMIKA CHAUHAN < [email protected]> wrote:
> @bhanuvrat >> >> > will socket programming do my work........??//but my mentor told dat using > ssh is quite easier then socket programming.... > Yes socket programming will be very complex for the task at hand. You could re-implement the SSH protocol (http://linuxmafia.com/ssh/java.html) in your application, just like PuTTY (http://en.wikipedia.org/wiki/PuTTY) does. Here is something that does a similar task in JAVA. http://linuxmafia.com/ssh/java.html This might help if you are doing it in C++ http://www.linuxforums.org/forum/programming-scripting/118502-c-ssh-api.html I think many would agree on my suggestion of using Python for your task. -- Anuvrat Parashar http://about.me/anuvrat.parashar -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer
