Search code examples
java-messh

ssh client in j2me


I have to develop a minimal ssh client in j2me, and time is not a luxury. It would be helpful if you guys got any links(libraries or documentation) so that i could take off right away.


Solution

  • Can you just use MidpSSH? It's open source, GPL-licensed, and unless you'd want to bundle it with proprietary software, it could be an excellent alternative.