FTP move file on source after successful copy to target

Hello, so I have a route that copies files from one ftp to another. What I would like to happen is that on successful copying the file to the target FTP, it will be moved to a different folder on the source FTP. The same goes for if there is an error when copying the file. If that happens, the file should also be moved to a different folder in the source FTP.
Is this possible?

Hi @fburm ,

Yes, that could be possible.

You can use the plugin “Execute operations on files“ under your Incoming-Filesystem.

Please find below for the capture:

Thanks @r.candrian, didn’t spot that one. Will check it out.