Modifier and Type | Method and Description |
---|---|
default SftpClient |
SftpClientFactory.createSftpClient(ClientSession session)
Create an SFTP client from this session.
|
default SftpClient |
SftpClientFactory.createSftpClient(ClientSession session,
int version)
Creates an SFTP client using the specified version
|
SftpClient |
SftpClientFactory.createSftpClient(ClientSession session,
SftpVersionSelector selector) |
SftpClient |
SftpInputStreamWithChannel.getClient()
The client instance
|
SftpClient |
SftpIterableDirEntry.getClient()
The client instance
|
SftpClient |
SftpDirEntryIterator.getClient()
The client instance
|
SftpClient |
StfpIterableDirHandle.getClient()
The client instance
|
SftpClient |
SftpOutputStreamWithChannel.getClient()
The client instance
|
default SftpClient |
SimpleSftpClient.sftpLogin(InetAddress host,
int port,
String username,
KeyPair identity)
Creates an SFTP session using the provided credentials
|
default SftpClient |
SimpleSftpClient.sftpLogin(InetAddress host,
int port,
String username,
String password)
Creates an SFTP session using the provided credentials
|
default SftpClient |
SimpleSftpClient.sftpLogin(InetAddress host,
String username,
KeyPair identity)
Creates an SFTP session on the default port and logs in using the provided credentials
|
default SftpClient |
SimpleSftpClient.sftpLogin(InetAddress host,
String username,
String password)
Creates an SFTP session on the default port and logs in using the provided credentials
|
SftpClient |
SimpleSftpClient.sftpLogin(SocketAddress target,
String username,
KeyPair identity)
Creates an SFTP session using the provided credentials
|
SftpClient |
SimpleSftpClient.sftpLogin(SocketAddress target,
String username,
String password)
Creates an SFTP session using the provided credentials
|
default SftpClient |
SimpleSftpClient.sftpLogin(String host,
int port,
String username,
KeyPair identity)
Creates an SFTP session using the provided credentials
|
default SftpClient |
SimpleSftpClient.sftpLogin(String host,
int port,
String username,
String password)
Creates an SFTP session using the provided credentials
|
default SftpClient |
SimpleSftpClient.sftpLogin(String host,
String username,
KeyPair identity)
Creates an SFTP session on the default port and logs in using the provided credentials
|
default SftpClient |
SimpleSftpClient.sftpLogin(String host,
String username,
String password)
Creates an SFTP session on the default port and logs in using the provided credentials
|
Constructor and Description |
---|
SftpDirEntryIterator(SftpClient client,
SftpClient.Handle dirHandle) |
SftpDirEntryIterator(SftpClient client,
String path) |
SftpDirEntryIterator(SftpClient client,
String path,
SftpClient.Handle dirHandle,
boolean closeOnFinished) |
SftpInputStreamWithChannel(SftpClient client,
int bufferSize,
String path,
Collection<SftpClient.OpenMode> mode) |
SftpIterableDirEntry(SftpClient client,
String path) |
SftpOutputStreamWithChannel(SftpClient client,
int bufferSize,
String path,
Collection<SftpClient.OpenMode> mode) |
SftpRemotePathChannel(String path,
SftpClient sftp,
boolean closeOnExit,
Collection<SftpClient.OpenMode> modes) |
StfpIterableDirHandle(SftpClient client,
SftpClient.Handle handle) |
Modifier and Type | Method and Description |
---|---|
SftpClient |
SftpClientExtension.getClient() |
Modifier and Type | Method and Description |
---|---|
default SftpClientExtension |
SftpClientExtensionFactory.create(SftpClient client,
RawSftpClient raw) |
SftpClientExtension |
SftpClientExtensionFactory.create(SftpClient client,
RawSftpClient raw,
Map<String,byte[]> extensions,
Map<String,?> parsed) |
Modifier and Type | Method and Description |
---|---|
SftpClient |
AbstractSftpClientExtension.getClient() |
Constructor and Description |
---|
AbstractOpenSSHStatCommandExtension(String name,
SftpClient client,
RawSftpClient raw,
Map<String,byte[]> extensions) |
OpenSSHFsyncExtensionImpl(SftpClient client,
RawSftpClient raw,
Map<String,byte[]> extensions) |
OpenSSHStatHandleExtensionImpl(SftpClient client,
RawSftpClient raw,
Map<String,byte[]> extensions) |
OpenSSHStatPathExtensionImpl(SftpClient client,
RawSftpClient raw,
Map<String,byte[]> extensions) |
Modifier and Type | Method and Description |
---|---|
SftpClient |
SftpDirectoryStream.getClient()
Client instance used to access the remote directory
|
SftpClient |
SftpFileSystem.getClient() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSftpClient |
class |
DefaultSftpClient |
Modifier and Type | Method and Description |
---|---|
protected SftpClient |
SimpleSftpClientImpl.createSftpClient(ClientSession session) |
protected SftpClient |
SimpleSftpClientImpl.createSftpClient(ClientSession session,
SftpClient client) |
SftpClient |
DefaultSftpClientFactory.createSftpClient(ClientSession session,
SftpVersionSelector selector) |
protected SftpClient |
SimpleSftpClientImpl.createSftpClient(IOFunction<? super SimpleClient,? extends ClientSession> sessionProvider) |
SftpClient |
DefaultCloseableHandle.getSftpClient() |
SftpClient |
SimpleSftpClientImpl.sftpLogin(SocketAddress target,
String username,
KeyPair identity) |
SftpClient |
SimpleSftpClientImpl.sftpLogin(SocketAddress target,
String username,
String password) |
Modifier and Type | Method and Description |
---|---|
protected SftpClient |
SimpleSftpClientImpl.createSftpClient(ClientSession session,
SftpClient client) |
Constructor and Description |
---|
DefaultCloseableHandle(SftpClient client,
String path,
byte[] id) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.