Skip to content

Releases: robtimus/sftp-fs

sftp-fs-1.1.3

27 Aug 15:51
Compare
Choose a tag to compare

Fixed a pool starvation issue.
Check for key existence instead of null values when setting Session and Channel properties, to allow setting null values.

sftp-fs-1.1.2

08 Jan 14:09
Compare
Choose a tag to compare

Added support for copying and moving files across different FTP file systems.
Allow replacing files with directories and vice versa when copying/moving files.

sftp-fs-1.1.1

28 Dec 14:15
Compare
Choose a tag to compare

Fixed calculation of the total, usable and unallocated spaces.
Deprecated SFTPEnvironment.withActualTotalSpaceCalculation now that it's no longer used.

sftp-fs-1.1

27 Dec 16:24
Compare
Choose a tag to compare

Added SFTPEnvironment.withPassword.
Fixed SFTPEnvironment to actually use the set UserInfo object.

sftp-fs-1.0

27 Dec 14:52
Compare
Choose a tag to compare

Initial release.