| Package | Description |
|---|---|
| org.apache.sshd.client.subsystem.sftp |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCloseableHandle |
| 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)
|
SftpClient.CloseableHandle |
AbstractSftpClient.open(String path,
Collection<SftpClient.OpenMode> options) |
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
|
SftpClient.CloseableHandle |
AbstractSftpClient.openDir(String path) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.