Is there an option within a File Transfer Job to allow only new files place in the source directory to transfer to the destination directory?
We do not want the files to be deleted from the source directory and have tried all three options for If file exists at destination
If the file already exists in the target system, the transfer is canceled.
If the file already exists in the target system, the file is replaced by the one that is being transferred.
If the file already exists in the target system, the file that is being transferred is appended to the existing one.
Cancel transfer works, it doesn't copy the existing files but it throws errors which cause the UC4 Job to fail.
Overwrite/Append cause the job to run too long and also increases the size of the existing files moved.