Package org.apache.sshd.sftp.client
Interface FullAccessSftpClient
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.nio.channels.Channel
,ChannelHolder
,ClientChannelHolder
,ClientSessionHolder
,java.io.Closeable
,NamedResource
,RawSftpClient
,SessionContextHolder
,SessionHolder<ClientSession>
,SftpClient
,SubsystemClient
- All Known Implementing Classes:
AbstractSftpClient
,DefaultSftpClient
,SftpFileSystem.Wrapper
public interface FullAccessSftpClient extends SftpClient, RawSftpClient
Provides both structured and raw SFTP access
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.sshd.sftp.client.SftpClient
SftpClient.Attribute, SftpClient.Attributes, SftpClient.CloseableHandle, SftpClient.CopyMode, SftpClient.DirEntry, SftpClient.Handle, SftpClient.OpenMode
-
-
Field Summary
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Fields inherited from interface org.apache.sshd.sftp.client.SftpClient
DEFAULT_CHANNEL_MODES, EMPTY_DIR_ENTRIES, IO_BUFFER_SIZE, MIN_BUFFER_SIZE, MIN_READ_BUFFER_SIZE, MIN_WRITE_BUFFER_SIZE
-
-
Method Summary
Static Methods Modifier and Type Method Description static SftpClient
singleSessionInstance(SftpClient client)
-
Methods inherited from interface org.apache.sshd.client.channel.ClientChannelHolder
getChannel, getClientChannel
-
Methods inherited from interface org.apache.sshd.client.session.ClientSessionHolder
getClientSession
-
Methods inherited from interface org.apache.sshd.sftp.client.RawSftpClient
receive, receive, receive, send
-
Methods inherited from interface org.apache.sshd.common.session.SessionHolder
getSessionContext
-
Methods inherited from interface org.apache.sshd.sftp.client.SftpClient
canonicalPath, close, getExtension, getExtension, getExtension, getName, getNameDecodingCharset, getServerExtensions, getVersion, isClosing, link, listDir, lock, lstat, mkdir, open, open, open, openDir, openRemoteFileChannel, openRemoteFileChannel, openRemotePathChannel, openRemotePathChannel, read, read, read, read, read, read, read, read, read, read, readDir, readDir, readDir, readEntries, readLink, remove, rename, rename, rename, rmdir, setNameDecodingCharset, setStat, setStat, singleSessionInstance, stat, stat, symLink, unlock, write, write, write, write, write, write, write, write
-
Methods inherited from interface org.apache.sshd.client.subsystem.SubsystemClient
getSession
-
-
-
-
Method Detail
-
singleSessionInstance
static SftpClient singleSessionInstance(SftpClient client)
-
-