Package | Description |
---|---|
org.apache.sshd.client.subsystem.sftp | |
org.apache.sshd.client.subsystem.sftp.impl |
Modifier and Type | Field and Description |
---|---|
private SftpClient.CloseableHandle |
SftpInputStreamWithChannel.handle |
private SftpClient.CloseableHandle |
SftpOutputStreamWithChannel.handle |
private SftpClient.CloseableHandle |
SftpRemotePathChannel.handle |
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)
|
SftpClient.CloseableHandle |
SftpFileSystem.Wrapper.open(java.lang.String path,
java.util.Collection<SftpClient.OpenMode> options) |
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
|
SftpClient.CloseableHandle |
SftpFileSystem.Wrapper.openDir(java.lang.String path) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCloseableHandle |
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) |