Files
spring-integration/spring-integration-sftp
Artem Bilan 9597b7addb GH-8563: Fix SFTP RENAME with unconditional DEL (#8671)
Fixes https://github.com/spring-projects/spring-integration/issues/8563

* Rework the `SftpSession.rename()` logic to be similar to what is there in the `FtpSession`, for example:
try to remove a remote target file before renaming.
* Fix `SftpSession.remove()` to check for `SftpConstants.SSH_FX_NO_SUCH_FILE` response status
to return `false`
2023-07-12 10:57:03 -04:00
..
2016-05-03 11:55:55 -04:00