2.0.6
Fixed the allowed combinations of open options for SFTPFileSystemProvider.newByteChannel
. TRUNCATE_EXISTING
, CREATE_NEW
and CREATE
are now correctly ignored when opening the channel in read-only mode.
Note that read-write mode is still not supported due to limitations of the SFTP communication.