Skip to content

3.1

Compare
Choose a tag to compare
@robtimus robtimus released this 04 Mar 13:06
· 30 commits to master since this release

Updated to use the latest JSch version.

Added SFTPEnvironment.withConfigRepository that makes it possible to configure a ConfigRepository.

FileSystemProvider.getFileAttributeView ignored the link options. This is now fixed.

FileStore.supportsFileAttributeView now correctly returns true for FileOwnerAttributeView.class.

FileStore.getBlockSize (Java 10 or up) is implemented if the backing server supports statvfs.

Keys in maps returned by FileSystemProvider.readAttribute were incorrectly prefixed with the view name, e.g. basic:size instead of size. This is no longer the case. However, the old behaviour can be turned back on by setting system property com.github.robtimus.filesystems.sftp.prefixAttributes to true.