This package holds the application classes that should be run from the command line and
classes that are used by the application classes.
Version v0.2 adds the SSH2 Client side to the library besides that was already present
in v0.1. It can be run as follows:
java com.monica.javacom.application.MJCSSHClient destHost destPort
Version v0.1 has the functionality of a secure TELNET connection. It can be run
as follows:
The server side application has to be started first from the command line.
java com.monica.javacom.application.MJCServer workport forwardToHost forwardToPort adminPort [logFile] [confFile]
After the server has been started clients can connets.
java com.monica.javacom.application.MJCClient destHost destPort [logFile]