Package | Description |
---|---|
org.apache.sshd.client.subsystem.sftp | |
org.apache.sshd.client.subsystem.sftp.fs | |
org.apache.sshd.client.subsystem.sftp.impl |
Modifier and Type | Method and Description |
---|---|
default SftpClient.CloseableHandle |
SftpClient.open(java.lang.String path)
Opens a remote file for read
|
SftpClient.CloseableHandle |
SftpClient.open(java.lang.String path,
java.util.Collection<SftpClient.OpenMode> options)
Opens a remote file with the specified mode(s)
|
default SftpClient.CloseableHandle |
SftpClient.open(java.lang.String path,
SftpClient.OpenMode... options)
Opens a remote file with the specified mode(s)
|
SftpClient.CloseableHandle |
SftpClient.openDir(java.lang.String path)
Obtain a handle for a directory
|
Modifier and Type | Method and Description |
---|---|
SftpClient.CloseableHandle |
SftpFileSystem.Wrapper.open(java.lang.String path,
java.util.Collection<SftpClient.OpenMode> options) |
SftpClient.CloseableHandle |
SftpFileSystem.Wrapper.openDir(java.lang.String path) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCloseableHandle |
Modifier and Type | Field and Description |
---|---|
protected SftpClient.CloseableHandle |
SftpRemotePathChannel.handle |
protected SftpClient.CloseableHandle |
SftpInputStreamAsync.handle |
protected SftpClient.CloseableHandle |
SftpOutputStreamAsync.handle |
Modifier and Type | Method and Description |
---|---|
SftpClient.CloseableHandle |
AbstractSftpClient.open(java.lang.String path,
java.util.Collection<SftpClient.OpenMode> options) |
SftpClient.CloseableHandle |
AbstractSftpClient.openDir(java.lang.String path) |
Constructor and Description |
---|
SftpInputStreamAsync(AbstractSftpClient client,
int bufferSize,
long clientOffset,
long fileSize,
java.lang.String path,
SftpClient.CloseableHandle handle) |
SftpOutputStreamAsync(AbstractSftpClient client,
int bufferSize,
java.lang.String path,
SftpClient.CloseableHandle handle) |