Package org.apache.sshd.sftp.client
Interface FullAccessSftpClient
- All Superinterfaces:
AutoCloseable
,Channel
,ChannelHolder
,ClientChannelHolder
,ClientSessionHolder
,Closeable
,NamedResource
,RawSftpClient
,SessionContextHolder
,SessionHolder<ClientSession>
,SftpClient
,SubsystemClient
- All Known Implementing Classes:
AbstractSftpClient
,DefaultSftpClient
,SftpFileSystem.Wrapper
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 MethodsMethods 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, write
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, put, put, put, put, put, put, put, put, put, put, put, put, 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 Details
-
singleSessionInstance
-