A C D E G I L R S U 

A

addBlankHostKeyVerifier(SSHClient) - Static method in class csbase.sshclient.SSHUtils
Adds a blank host key verifier that returns true for all input.

C

CommandResult - Class in csbase.sshclient
Encapsulate a command's results.
CommandResult(int, String, String) - Constructor for class csbase.sshclient.CommandResult
 
connect(String, String) - Method in class csbase.sshclient.SSHClient
Connects to the remote host using a username and a private key for authentication
connect(String, String, int) - Method in class csbase.sshclient.SSHClient
Connects to the remote host using a username and a private key for authentication.
createDirectory(String) - Method in class csbase.sshclient.SSHClient
Creates a remote directory.
createTunnel(String, int, String, String, int) - Method in class csbase.sshclient.SSHClient
Creates a tunnel.
createTunnel(String, int, String, String, int, int) - Method in class csbase.sshclient.SSHClient
Creates a tunnel.
csbase.sshclient - package csbase.sshclient
 

D

disconnect() - Method in class csbase.sshclient.SSHClient
Disconnect the client and its tunnel.
download(String, String) - Method in class csbase.sshclient.SSHClient
Downloads a remote file or directory.

E

execute(String) - Method in class csbase.sshclient.SSHClient
Executes a command in the remote server.

G

getError() - Method in class csbase.sshclient.CommandResult
 
getOutput() - Method in class csbase.sshclient.CommandResult
 
getStatus() - Method in class csbase.sshclient.CommandResult
 

I

isConnected() - Method in class csbase.sshclient.SSHClient
 
isTunneled() - Method in class csbase.sshclient.SSHClient
Checks if the client is using a tunnel.

L

listFiles(String) - Method in class csbase.sshclient.SSHClient
Lists files with theirs modification timestamp from a remote path.
listFilesAndDirectories(String) - Method in class csbase.sshclient.SSHClient
Lists files and directories with theirs modification timestamp from a remote path.

R

remove(String) - Method in class csbase.sshclient.SSHClient
Removes a remote file or directory.

S

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.

U

upload(String, String) - Method in class csbase.sshclient.SSHClient
Uploads a local file or directory.
A C D E G I L R S U 

Copyright © 2016. All rights reserved.