com.monica.javacom.application
Class MJCSSHClient

java.lang.Object
  |
  +--com.monica.javacom.application.MJCSSHClient

public class MJCSSHClient
extends java.lang.Object

Class for running the client side functionality of the SSH2 protocol. This class has to be run fromt he command line. Usage: java com.monica.javacom.application.MJCSSHClient destHost destPort

The configuration data will be read from ./MJC.conf and the softfont configuration from ./fonts.conf.


Constructor Summary
MJCSSHClient()
           
 
Method Summary
static void main(java.lang.String[] args)
          Entry point for the JAVA VM.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MJCSSHClient

public MJCSSHClient()
Method Detail

main

public static void main(java.lang.String[] args)
Entry point for the JAVA VM.
Parameters:
String[] - args: the command line parameters