Releases: robtimus/sftp-fs
Releases · robtimus/sftp-fs
sftp-fs-1.1.3
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
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
Fixed calculation of the total, usable and unallocated spaces.
Deprecated SFTPEnvironment.withActualTotalSpaceCalculation
now that it's no longer used.
sftp-fs-1.1
Added SFTPEnvironment.withPassword
.
Fixed SFTPEnvironment
to actually use the set UserInfo
object.
sftp-fs-1.0
Initial release.