public interface SftpSubsystemEnvironment extends SessionHolder<ServerSession>, ServerSessionHolder
Modifier and Type | Field and Description |
---|---|
static String |
ALL_SFTP_IMPL |
static int |
HIGHER_SFTP_IMPL |
static int |
LOWER_SFTP_IMPL |
static List<Integer> |
SUPPORTED_SFTP_VERSIONS |
Modifier and Type | Method and Description |
---|---|
Path |
getDefaultDirectory() |
SftpFileSystemAccessor |
getFileSystemAccessor() |
default ServerSession |
getSession() |
UnsupportedAttributePolicy |
getUnsupportedAttributePolicy() |
int |
getVersion() |
getSessionContext
getServerSession
static final int LOWER_SFTP_IMPL
static final int HIGHER_SFTP_IMPL
static final String ALL_SFTP_IMPL
default ServerSession getSession()
getSession
in interface SessionHolder<ServerSession>
int getVersion()
SftpFileSystemAccessor getFileSystemAccessor()
SftpFileSystemAccessor
used to access effective server-side pathsUnsupportedAttributePolicy getUnsupportedAttributePolicy()
Path getDefaultDirectory()
chroot
locationCopyright © 2008–2022 The Apache Software Foundation. All rights reserved.