On Thu, Jul 21, 2011 at 9:36 AM, AnujK <[email protected]> wrote: > Our use case calls for renaming a file after we have SFTPed over the file, > and finished processing. > > We have one route defined for from("sftp://"...).to("..) and it downloads > the file, where we process it. > > Now, I need to rename the above downloaded file in another route. > > What is the best way to do a SFTP rename operation via camel? > > I assume the > from("sftp.//..fileName=fileA").to("sftp../fileName=file.A.rename") shall > work? Is this a correct way to rename a file remotely. Does the from and to > end point use the same FTP session internally or does it create 2 FTP > sessions? > > Any help is appreciated.
The ftp component can automatic do that. The ftp component inherits the options from the file component as it state on its wiki page. Use the move option. http://camel.apache.org/file2 > > -- > View this message in context: > http://camel.465427.n5.nabble.com/SFTP-rename-of-a-file-tp4618433p4618433.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
