Skip to content

4.0

Choose a tag to compare

@robtimus robtimus released this 18 Apr 11:39
· 10 commits to master since this release

Updated to latest version of Apache Commons Net, fs-core and simple-pool.

Input streams, output streams and byte channels returned by FTPFileSystemProvider and FTPSFileSystemProvider make use of Cleaner to ensure that resources are cleaned up.

To be able to work with Cleaner, the minimum supported version has changed from Java 8 to Java 11.

FTPFileSystemProvider.getPath(URI uri) now supports query parameter ftpFileStrategyFactory with the constants of enum StandardFTPFileStrategyFactory as possible values.

System property com.github.robtimus.filesystems.ftp.prefixAttributes to prefix attribute names with the view name (as added in version 3.1.1) is no longer supported.

Removed deprecated methods withDataTimeout(int timeout), withControlKeepAliveTimeout(long timeout) and withControlKeepAliveReplyTimeout(int timeout) from FTPEnvironment and FTPSEnvironment