• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

SSH and Telnet opensource api's

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey All ,
I am looking out for Opensouce SSH and Telnet Api's to implement SSH and Telnet client for our project . Any help will be appreciated .

Thanks and Regards
Prasanna
 
Sheriff
Posts: 22802
131
Eclipse IDE Spring Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you had used Google with search words "java" and "ssh", you would have found JSch and this site both on the first site for SSH.

Now searching on Telnet gives more unusable results, but fortunately that's where Apache Commons Net can help us out.
 
Prasanna Venkatesh
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rob ...
Thanks for your reply , I do managed to find out apache thing for Telnet ..but i am not able to find open source libraries ( free to use in my commerical application ) ..thanks for the link ...

Prasanna
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Apache Commons are licensed under the Apache license (no surprise there), which is an open source license. You can use it in commercial applications without charge, as long as the other provisions of the license are respected (like attribution of the code).

As an aside, if you have a choice of SSH and Telnet, use SSH. That's where everybody is moving to, mostly for security reasons.
 
Prasanna Venkatesh
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ulf ,
Thanks for your suggestion .. Ya we are trying to build application which supports both telnet and SSH ...
 
My pie came with a little toothpic holding up this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic