2.0.5
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
.