Package | Description |
---|---|
org.apache.sshd.client | |
org.apache.sshd.client.config | |
org.apache.sshd.client.subsystem.sftp.fs |
Modifier and Type | Field and Description |
---|---|
static Factory<SshClient> |
SshClient.DEFAULT_SSH_CLIENT_FACTORY |
Modifier and Type | Method and Description |
---|---|
static <C extends SshClient> |
SshClient.setKeyPairProvider(C client,
boolean strict,
boolean supportedOnly,
FilePasswordProvider provider,
LinkOption... options) |
static <C extends SshClient> |
SshClient.setKeyPairProvider(C client,
Path dir,
boolean strict,
boolean supportedOnly,
FilePasswordProvider provider,
LinkOption... options) |
Modifier and Type | Method and Description |
---|---|
SshClient |
ClientBuilder.build(boolean isFillWithDefaultValues) |
static SshClient |
SshClient.setUpDefaultClient()
Setup a default client.
|
Modifier and Type | Method and Description |
---|---|
static SimpleClient |
SshClient.wrapAsSimpleClient(SshClient client)
Wraps an
SshClient instance as a SimpleClient |
Modifier and Type | Method and Description |
---|---|
static <C extends SshClient> |
SshClientConfigFileReader.configure(C client,
PropertyResolver props,
boolean lenient,
boolean ignoreUnsupported) |
Modifier and Type | Method and Description |
---|---|
SshClient |
SftpFileSystemProvider.getClientInstance() |
Constructor and Description |
---|
SftpFileSystemProvider(SshClient client) |
SftpFileSystemProvider(SshClient client,
SftpClientFactory factory,
SftpVersionSelector selector) |
SftpFileSystemProvider(SshClient client,
SftpVersionSelector selector) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.