Package com.sshtools.j2ssh
-
Interface Summary Interface Description FileTransferProgress Title: -
Class Summary Class Description DirectoryOperation ScpClient Implements a Secure Copy (SCP) client.SftpClient Implements a Secure File Transfer (SFTP) client.SshClient Implements an SSH client with methods to connect to a remote server and perform all necersary SSH functions such as SCP, SFTP, executing commands, starting the users shell and perform port forwarding.SshEventAdapter SshThread Enables the J2SSH application framework to execute threads in the context of a given session. -
Exception Summary Exception Description SshException The base exception for all exceptions thrown within the J2SSH application framework.SshRuntimeException Runtime exception's thrown by the J2SSH application framework.TransferCancelledException Title: