| Package | Description |
|---|---|
| org.apache.sshd.sftp.client | |
| org.apache.sshd.sftp.client.fs | |
| org.apache.sshd.sftp.client.impl |
| Modifier and Type | Method and Description |
|---|---|
default SftpFileSystem |
SftpClientFactory.createSftpFileSystem(ClientSession session) |
default SftpFileSystem |
SftpClientFactory.createSftpFileSystem(ClientSession session,
int version) |
default SftpFileSystem |
SftpClientFactory.createSftpFileSystem(ClientSession session,
int readBufferSize,
int writeBufferSize) |
default SftpFileSystem |
SftpClientFactory.createSftpFileSystem(ClientSession session,
int version,
int readBufferSize,
int writeBufferSize) |
default SftpFileSystem |
SftpClientFactory.createSftpFileSystem(ClientSession session,
SftpVersionSelector selector) |
default SftpFileSystem |
SftpClientFactory.createSftpFileSystem(ClientSession session,
SftpVersionSelector selector,
int readBufferSize,
int writeBufferSize) |
SftpFileSystem |
SftpClientFactory.createSftpFileSystem(ClientSession session,
SftpVersionSelector selector,
SftpErrorDataHandler errorDataHandler,
int readBufferSize,
int writeBufferSize) |
| Modifier and Type | Class and Description |
|---|---|
class |
SftpFileSystemAutomatic
An
SftpFileSystem that uses a provider function for its ClientSession so that it can continue to
function even if a session was closed. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SftpFileSystemProvider.isSupportedFileAttributeView(SftpFileSystem fs,
Class<? extends FileAttributeView> type) |
| Constructor and Description |
|---|
SftpFileStore(String name,
SftpFileSystem fs) |
SftpPath(SftpFileSystem fileSystem,
String root,
List<String> names) |
| Modifier and Type | Method and Description |
|---|---|
SftpFileSystem |
DefaultSftpClientFactory.createSftpFileSystem(ClientSession session,
SftpVersionSelector selector,
SftpErrorDataHandler errorDataHandler,
int readBufferSize,
int writeBufferSize) |
| Constructor and Description |
|---|
SftpPathImpl(SftpFileSystem fileSystem,
String root,
List<String> names) |
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.