Package com.mindbright.sshcommon

Package containing common ssh classes which are applicable to both ssh1 and ssh2.

See:
          Description

Interface Summary
SSHChdirEventHandler  
SSHConsoleRemote Basic interface to classes implementing a console to a remote command or shell.
SSHFileTransfer Common interface for all file transfer classes.
SSHFileTransferDialogControl  
SSHFileTransferFactory Interface for classes creating SSHFileTransfer instances
SSHFileTransferProgress Interface for tracking progress when transferring files
 

Class Summary
SSHFileTransferDialogAWT AWT dialog for transferring files.
SSHFileTransferDialogSwing Swing dialog for transferring files.
SSHFileTransferGUIThreadAWT Copies a bunch of files, optionally recursively, to or from the remote server while giving graphical feedback.
SSHFileTransferGUIThreadSwing Copies a bunch of files, optionally recursively, to or from the remote server while giving graphical feedback.
SSHSCP1 Copy files using the scp1 protocol.
SSHSCPStdoutProgress Report progress of a file transfer to System.out
 

Exception Summary
TimeoutException Exception thrown when a command does not finish in the given period of time.
 

Package com.mindbright.sshcommon Description

Package containing common ssh classes which are applicable to both ssh1 and ssh2.