I have Spring inbound for the FTP
I am looking at the document
https://docs.spring.io/spring-integration/reference/html/ftp.html
If you happened to have one or more files sitting in the local-directory, it would process those files before it would initiate communication with the remote FTP server.
What exactly the above means?
For example, in my case, local directory is the one which other flow will pick up from. For example, I have 5 files in that directory that have not been picked up by other flow.
Why would FTP adaptor try to process them again and what exactly it will do? How can I stop that?