| Package | Description |
|---|---|
| org.apache.sshd.client.subsystem.sftp |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCloseableHandle |
| Modifier and Type | Method and Description |
|---|---|
protected SftpClient.CloseableHandle |
SftpDirEntryIterator.open(String path) |
SftpClient.CloseableHandle |
SftpClient.open(String path)
Opens a remote file for read
|
SftpClient.CloseableHandle |
AbstractSftpClient.open(String path) |
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) |
SftpClient.CloseableHandle |
SftpClient.open(String path,
SftpClient.OpenMode... options)
Opens a remote file with the specified mode(s)
|
SftpClient.CloseableHandle |
AbstractSftpClient.open(String path,
SftpClient.OpenMode... options) |
SftpClient.CloseableHandle |
SftpClient.openDir(String path) |
SftpClient.CloseableHandle |
AbstractSftpClient.openDir(String path) |
| Modifier and Type | Method and Description |
|---|---|
protected List<SftpClient.DirEntry> |
SftpDirEntryIterator.load(SftpClient.CloseableHandle handle) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.