Thank you Claus!
--
View this message in context:
http://camel.465427.n5.nabble.com/How-to-rename-file-on-FTP-example-tp5778311p5778322.html
Sent from the Camel Development mailing list archive at Nabble.com.
Github user lburgazzoli closed the pull request at:
https://github.com/apache/camel/pull/869
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
Hi
Next time use the @user mailing list / user forum. This is the wrong place.
Your uri should not use move, but fileName as the intended file name.
uri="ftp://username:password@127.0.0.1:21/folder?tempFileName=myFile.tmp&fileName=myFile.xml";>
On Fri, Feb 26, 2016 at 9:20 AM, yury.dorofeev wr
Hi,
I'm looking for example of how to rename the file on FTP. My scenario:
1. marshal message to the HUGE XML file
2. upload file to FTP with temp name (myFile.tmp)
3. when the upload is complete rename myFile.tmp to myFile.xml
There is good docs on http://camel.apache.org/file2.html but it does