- SSHClient - Class in csbase.sshclient
-
A SSHClient with operations to upload/download files, execute remote commands
and list the contents of a directory.
- SSHClient(String, int) - Constructor for class csbase.sshclient.SSHClient
-
Constructor.
- SSHClientException - Exception in csbase.sshclient
-
SSHClient checked Exception.
- SSHClientException() - Constructor for exception csbase.sshclient.SSHClientException
-
Constructs a new exception with null as its detail message.
- SSHClientException(String) - Constructor for exception csbase.sshclient.SSHClientException
-
Constructs a new exception with the specified detail message.
- SSHClientException(String, Throwable) - Constructor for exception csbase.sshclient.SSHClientException
-
Constructs a new exception with the specified detail message and cause.
- SSHClientException(Throwable) - Constructor for exception csbase.sshclient.SSHClientException
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains
the class and detail message of cause).
- SSHUtils - Class in csbase.sshclient
-
SSHUtils.
- SSHUtils() - Constructor for class csbase.sshclient.SSHUtils
-
- stat(String) - Method in class csbase.sshclient.SSHClient
-
Verifies the existence of a remote file or directory.