| Package | Description |
|---|---|
| com.sshtools.client | |
| com.sshtools.client.scp | |
| com.sshtools.client.sftp | |
| com.sshtools.client.tasks |
| Modifier and Type | Method and Description |
|---|---|
static SshClient |
SshCompatibilityUtils.getRemoteClient(java.lang.String hostname,
int port,
java.lang.String username,
java.lang.String password,
boolean tcpNoDelay) |
| Modifier and Type | Field and Description |
|---|---|
protected SshClient |
ScpClientIO.ssh |
| Constructor and Description |
|---|
ScpClient(AbstractFileFactory<?> fileFactory,
SshClient ssh)
Creates an SCP client.
|
ScpClient(java.io.File cwd,
SshClient ssh) |
ScpClient(SshClient ssh)
Creates an SCP client.
|
ScpClientIO(SshClient ssh)
Creates an SCP client.
|
| Constructor and Description |
|---|
SftpClient(SshClient ssh) |
SftpClient(SshClient ssh,
AbstractFileFactory<?> fileFactory) |
SftpClientTask(SshClient ssh) |
| Constructor and Description |
|---|
AbstractSessionTask(SshClient ssh,
ChannelRequestFuture future) |
AbstractShellTask(SshClient ssh) |
ShellTask(SshClient ssh) |
Task(SshClient ssh) |
UploadFileContentTask(SshClient ssh,
java.lang.String content,
java.lang.String encoding,
java.lang.String path) |
UploadInputStreamTask(SshClient ssh,
java.io.InputStream in,
java.lang.String path) |
Copyright © 2022. All rights reserved.