Interface SftpSubsystemEnvironment

    • Field Detail

      • SUPPORTED_SFTP_VERSIONS

        static final java.util.List<java.lang.Integer> SUPPORTED_SFTP_VERSIONS
      • ALL_SFTP_IMPL

        static final java.lang.String ALL_SFTP_IMPL
    • Method Detail

      • getVersion

        int getVersion()
        Returns:
        The negotiated version
      • getUnsupportedAttributePolicy

        UnsupportedAttributePolicy getUnsupportedAttributePolicy()
        Returns:
        The selected behavior in case some unsupported attributes are requested
      • getDefaultDirectory

        java.nio.file.Path getDefaultDirectory()
        Returns:
        The default root directory used to resolve relative paths - a.k.a. the chroot location