Interface FullAccessSftpClient

All Superinterfaces:
AutoCloseable, Channel, org.apache.sshd.common.channel.ChannelHolder, org.apache.sshd.client.channel.ClientChannelHolder, org.apache.sshd.client.session.ClientSessionHolder, Closeable, org.apache.sshd.common.NamedResource, RawSftpClient, org.apache.sshd.common.session.SessionContextHolder, org.apache.sshd.common.session.SessionHolder<org.apache.sshd.client.session.ClientSession>, SftpClient, org.apache.sshd.client.subsystem.SubsystemClient
All Known Implementing Classes:
AbstractSftpClient, DefaultSftpClient

public interface FullAccessSftpClient extends SftpClient, RawSftpClient
Provides both structured and raw SFTP access
Author:
Apache MINA SSHD Project
  • Method Details