Skip to content

2.0.5

Compare
Choose a tag to compare
@robtimus robtimus released this 30 Jul 16:06
· 68 commits to master since this release

When calling SFTPFileSystemProvider.newByteChannel with WRITE but not APPEND, the initial size of the returned channel was incorrectly set to the file's old size.

Classes SFTPMessages and SFTPLogger now work properly on Java 11 and up. Older versions would trigger an UnsupportedOperationException due to the use of a custom ResourceBundle.Control.