Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SshClient
This interface defines the general contract for an SSH client
that is compatible for both the SSH1 and SSH2 protocols.
|
Modifier and Type | Class and Description |
---|---|
class |
Ssh1Client
|
Modifier and Type | Class and Description |
---|---|
class |
Ssh2Client
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingClient
Provides management of port forwarding connections and active tunnels.
|
Modifier and Type | Class and Description |
---|---|
class |
ScpClient
Implements an SCP (Secure Copy) client which may be useful for SSH1
connections and SSH2 where SFTP is not available.
|
Modifier and Type | Class and Description |
---|---|
class |
SftpClient
Implements a Secure File Transfer (SFTP) client.
|
Copyright © 2024. All rights reserved.