Interface SftpSubsystemEnvironment

    • Field Detail

      • SFTP_VERSION

        static final java.lang.String SFTP_VERSION
        Force the use of a given sftp version
        See Also:
        Constant Field Values
      • 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