| Modifier and Type | Method and Description |
|---|---|
SftpClient |
AbstractClientSession.createSftpClient(SftpVersionSelector selector) |
| Modifier and Type | Method and Description |
|---|---|
protected SftpClient |
AbstractSimpleClient.createSftpClient(ClientSession session) |
protected SftpClient |
AbstractSimpleClient.createSftpClient(ClientSession session,
SftpClient client) |
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 |
AbstractSimpleClient.sftpLogin(SocketAddress target,
String username,
KeyPair identity) |
SftpClient |
SimpleSftpClient.sftpLogin(SocketAddress target,
String username,
String password)
Creates an SFTP session using the provided credentials
|
SftpClient |
AbstractSimpleClient.sftpLogin(SocketAddress target,
String username,
String password) |
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
|
| Modifier and Type | Method and Description |
|---|---|
protected SftpClient |
AbstractSimpleClient.createSftpClient(ClientSession session,
SftpClient client) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSftpClient |
class |
DefaultSftpClient |
| Modifier and Type | Method and Description |
|---|---|
default SftpClient |
SftpClientCreator.createSftpClient()
Create an SFTP client from this session.
|
default SftpClient |
SftpClientCreator.createSftpClient(int version)
Creates an SFTP client using the specified version
|
SftpClient |
SftpClientCreator.createSftpClient(SftpVersionSelector selector)
Creates an SFTP client while allowing the selection of a specific version
|
SftpClient |
StfpIterableDirHandle.getClient()
The client instance
|
SftpClient |
SftpOutputStreamWithChannel.getClient()
The client instance
|
SftpClient |
SftpIterableDirEntry.getClient()
The client instance
|
SftpClient |
SftpInputStreamWithChannel.getClient()
The client instance
|
SftpClient |
SftpFileSystem.getClient() |
SftpClient |
SftpDirEntryIterator.getClient()
The client instance
|
SftpClient |
SftpDirectoryStream.getClient()
Client instance used to access the remote directory
|
SftpClient |
SftpCommand.getClient() |
SftpClient |
DefaultCloseableHandle.getSftpClient() |
| Modifier and Type | Method and Description |
|---|---|
protected <A extends Appendable> |
SftpCommand.appendFileAttributes(A stdout,
SftpClient sftp,
String path,
SftpClient.Attributes attrs) |
| Constructor and Description |
|---|
DefaultCloseableHandle(SftpClient client,
String path,
byte[] id) |
SftpCommand(SftpClient client) |
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) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.