| Package | Description |
|---|---|
| org.apache.sshd.sftp.client | |
| org.apache.sshd.sftp.client.impl |
| Modifier and Type | Method and Description |
|---|---|
default SftpClient.CloseableHandle |
SftpClient.open(String path)
Opens a remote file for read
|
SftpClient.CloseableHandle |
SftpClient.open(String path,
Collection<SftpClient.OpenMode> options)
Opens a remote file with the specified mode(s)
|
default SftpClient.CloseableHandle |
SftpClient.open(String path,
SftpClient.OpenMode... options)
Opens a remote file with the specified mode(s)
|
SftpClient.CloseableHandle |
SftpClient.openDir(String path)
Obtain a handle for a directory
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCloseableHandle |
| Modifier and Type | Field and Description |
|---|---|
protected SftpClient.CloseableHandle |
SftpInputStreamAsync.handle |
protected SftpClient.CloseableHandle |
SftpRemotePathChannel.handle |
protected SftpClient.CloseableHandle |
SftpOutputStreamAsync.handle |
| Modifier and Type | Method and Description |
|---|---|
SftpClient.CloseableHandle |
AbstractSftpClient.open(String path,
Collection<SftpClient.OpenMode> options) |
SftpClient.CloseableHandle |
AbstractSftpClient.openDir(String path) |
| Constructor and Description |
|---|
SftpInputStreamAsync(AbstractSftpClient client,
int bufferSize,
long clientOffset,
long fileSize,
String path,
SftpClient.CloseableHandle handle) |
SftpOutputStreamAsync(AbstractSftpClient client,
int bufferSize,
String path,
SftpClient.CloseableHandle handle) |
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.