Package | Description |
---|---|
com.sshtools.client | |
com.sshtools.client.scp | |
com.sshtools.client.sftp | |
com.sshtools.client.tasks | |
com.sshtools.vsession.commands.ssh |
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(com.sshtools.common.files.AbstractFileFactory<?> fileFactory,
SshClient ssh)
Creates an SCP client.
|
ScpClient(SshClient ssh)
Creates an SCP client.
|
ScpClientIO(SshClient ssh)
Creates an SCP client.
|
Constructor and Description |
---|
SftpClient(SshClient ssh) |
SftpClient(SshClient ssh,
com.sshtools.common.files.AbstractFileFactory<?> fileFactory) |
SftpClientTask(SshClient ssh) |
Constructor and Description |
---|
AbstractSessionTask(SshClient ssh,
com.sshtools.common.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) |
Modifier and Type | Method and Description |
---|---|
static SshClient |
SshClientHelper.connectClient(SshClientArguments arguments,
VirtualConsole console) |
Modifier and Type | Method and Description |
---|---|
void |
SshClientCommand.runCommand(SshClient sshClient,
SshClientArguments arguments,
VirtualConsole console) |
protected abstract void |
AbstractSshClientCommand.runCommand(SshClient sshClient,
SshClientArguments arguments,
VirtualConsole console) |
Copyright © 2021. All rights reserved.