Skip to content

2.0.6

Compare
Choose a tag to compare
@robtimus robtimus released this 30 Jul 17:11
· 65 commits to master since this release

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.