| Package | Description |
|---|---|
| org.apache.sshd.client.subsystem.sftp |
| Modifier and Type | Class and Description |
|---|---|
class |
SftpFileSystemChannel |
| Modifier and Type | Method and Description |
|---|---|
default SftpRemotePathChannel |
SftpClient.openRemoteFileChannel(String path,
Collection<SftpClient.OpenMode> modes)
Opens an
SftpRemotePathChannel on the specified remote path |
default SftpRemotePathChannel |
SftpClient.openRemoteFileChannel(String path,
SftpClient.OpenMode... modes) |
default SftpRemotePathChannel |
SftpClient.openRemotePathChannel(String path,
Collection<? extends OpenOption> options) |
default SftpRemotePathChannel |
SftpClient.openRemotePathChannel(String path,
OpenOption... options) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.