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