I am using spring integration to pull files from remote sftp server. One requirement is that after pulling file from remote server directory (into local), it is needed to archive a copy of the pulled file into a different directory on same sftp server.
I checked the different options here. There are file synchronization or file copy options to local. But didn't find an option for remote.
Should I try something else other than spring integration? I'm using spring integration because it is already part of app. This is a new requirement.