|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SshClient | |
com.maverick.scp | This package contains a Secure Copy (SCP) engine suitable for the lightweight J2SSH Maverick API. |
com.maverick.ssh | This package contains a set of general interface contracts for SSH communication that provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications. |
com.maverick.ssh1 | This package contains an SSH1 implementation of the com.maverick.ssh interfaces. |
com.maverick.ssh2 | This package contains an SSH2 implementation of the com.maverick.ssh interfaces. |
com.sshtools.net | This package contains a set of network utilities for the J2SSH Maverick API. |
com.sshtools.scp | This package contains the SSHTools SCP implementation converted to use the J2SSH Maverick API's SCP engine. |
com.sshtools.sftp | This package contains the SSHTools SFTP client converted for use with the J2SSH Maverick API. |
Uses of SshClient in com.maverick.scp |
Fields in com.maverick.scp declared as SshClient | |
protected SshClient |
ScpClientIO.ssh
|
Constructors in com.maverick.scp with parameters of type SshClient | |
ScpClientIO(SshClient ssh)
Creates an SCP client. |
Uses of SshClient in com.maverick.ssh |
Methods in com.maverick.ssh that return SshClient | |
SshClient |
SshConnector.connect(SshTransport transport,
java.lang.String username)
Create a new connection to an SSH server over the specified transport. |
SshClient |
SshConnector.connect(SshTransport transport,
java.lang.String username,
boolean buffered)
See SshConnector.connect(SshTransport, String) for full details. |
SshClient |
SshConnector.connect(SshTransport transport,
java.lang.String username,
SshContext context)
See SshConnector.connect(SshTransport, String) for full details. |
SshClient |
SshConnector.connect(SshTransport transport,
java.lang.String username,
boolean buffered,
SshContext context)
See SshConnector.connect(SshTransport, String) for full details. |
SshClient |
SshClient.openRemoteClient(java.lang.String hostname,
int port,
java.lang.String username,
SshConnector con)
Open up an SSH client from the remote machine to another remote server. |
SshClient |
SshClient.openRemoteClient(java.lang.String hostname,
int port,
java.lang.String username)
Open up an SSH client from the remote machine to another remote server. |
SshClient |
SshClient.duplicate()
Create an identical version of an SshClient using cached authentication information and the SshTransport duplicate method. |
SshClient |
SshSession.getClient()
Get the client that created this session. |
Constructors in com.maverick.ssh with parameters of type SshClient | |
Shell(SshClient ssh)
|
|
PseudoTerminalModes(SshClient client)
|
Uses of SshClient in com.maverick.ssh1 |
Classes in com.maverick.ssh1 that implement SshClient | |
class |
Ssh1Client
Implementation of an SshClient for the SSH1 protocol; no additional features are currently implemented outside of the general SshClient contract. |
Methods in com.maverick.ssh1 that return SshClient | |
SshClient |
Ssh1Client.openRemoteClient(java.lang.String hostname,
int port,
java.lang.String username,
SshConnector con)
|
SshClient |
Ssh1Client.openRemoteClient(java.lang.String hostname,
int port,
java.lang.String username)
|
SshClient |
Ssh1Client.duplicate()
|
Uses of SshClient in com.maverick.ssh2 |
Classes in com.maverick.ssh2 that implement SshClient | |
class |
Ssh2Client
Implementation of an SshClient for the SSH2 protocol; this provides the ability to create custom channels and sending/receiving of global requests in addition to the standard SshClient contract. |
Methods in com.maverick.ssh2 that return SshClient | |
SshClient |
Ssh2Session.getClient()
|
SshClient |
Ssh2Client.openRemoteClient(java.lang.String hostname,
int port,
java.lang.String username,
SshConnector con)
|
SshClient |
Ssh2Client.openRemoteClient(java.lang.String hostname,
int port,
java.lang.String username)
|
SshClient |
Ssh2Client.duplicate()
|
Uses of SshClient in com.sshtools.net |
Constructors in com.sshtools.net with parameters of type SshClient | |
ForwardingClient(SshClient ssh)
Create an forwarding client. |
Uses of SshClient in com.sshtools.scp |
Constructors in com.sshtools.scp with parameters of type SshClient | |
ScpClient(SshClient ssh)
Creates an SCP client. |
|
ScpClient(java.io.File cwd,
SshClient ssh)
Creates an SCP client. |
Uses of SshClient in com.sshtools.sftp |
Constructors in com.sshtools.sftp with parameters of type SshClient | |
SftpClient(SshClient ssh)
Constructs the SFTP client with a given channel event listener. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |