Package | Description |
---|---|
org.apache.sshd.client.subsystem.sftp | |
org.apache.sshd.client.subsystem.sftp.fs |
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) |
Modifier and Type | Class and Description |
---|---|
class |
SftpFileSystemChannel |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.