Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.11.0
-
None
-
Unknown
Description
This patch introduces a new FileExist option for File component which works great when using on an FTP producer:
the producer won't check if the file exists (sometime this is taking a long time) on the destination endpoint and simply rename it after the temporary file has been deployed. Most of FTP server implementation will overwrite the final file in case this already exists.
Pull request created on GitHub:
https://github.com/apache/camel/pull/24