Thanks!.
So, how can we just rename the file programmatically.
I am using ProducerTemplate to execute a 'move' command but it has no
effect.
producerTemplate.sendBodyAndHeader("sftp://127.0.0.1?binary=true&username=test&password=test&move=.camel&fileName=test.gzip",
"test.gzip", Exchange.FILE_NAME_ONLY, "test.gzip");
I would like the file test.gzip to be renamed to test.gzip.camel.
Our use case calls for invoking the above code multiple times for all the
files that we have processed
--
View this message in context:
http://camel.465427.n5.nabble.com/SFTP-rename-of-a-file-tp4618433p4620350.html
Sent from the Camel - Users mailing list archive at Nabble.com.