Uses of Class
org.apache.sshd.client.subsystem.sftp.SftpRemotePathChannel
-
Packages that use SftpRemotePathChannel Package Description org.apache.sshd.client.subsystem.sftp org.apache.sshd.client.subsystem.sftp.fs -
-
Uses of SftpRemotePathChannel in org.apache.sshd.client.subsystem.sftp
Methods in org.apache.sshd.client.subsystem.sftp that return SftpRemotePathChannel Modifier and Type Method Description default SftpRemotePathChannel
SftpClient. openRemoteFileChannel(String path, Collection<SftpClient.OpenMode> modes)
Opens anSftpRemotePathChannel
on the specified remote pathdefault SftpRemotePathChannel
SftpClient. openRemoteFileChannel(String path, SftpClient.OpenMode... modes)
default SftpRemotePathChannel
SftpClient. openRemotePathChannel(String path, OpenOption... options)
default SftpRemotePathChannel
SftpClient. openRemotePathChannel(String path, Collection<? extends OpenOption> options)
-
Uses of SftpRemotePathChannel in org.apache.sshd.client.subsystem.sftp.fs
Subclasses of SftpRemotePathChannel in org.apache.sshd.client.subsystem.sftp.fs Modifier and Type Class Description class
SftpFileSystemChannel
-