In what version(s) of Spring Integration are you seeing this issue?
(org.springframework.integration:spring-integration-sftp:6.4.3)
Describe the bug
boolean exists = template.exists("test/test0 ");,
run this function, return ture,
but run SftpClient.DirEntry[] files = template.list("test/test0 ");
,report ERROR : Caused by: org.springframework.messaging.MessagingException:
Failed to execute on session; nested exception is java.io.UncheckedIOException: SFTP error (SSH_FX_NO_SUCH_FILE): No such file