FTP2: SFTP and target file paths

2013-04-22 Thread mdo
ly behaves differently, it only uses the relative part on the target. The desired outcome is /tmp/dir1/file1. Thanks. mdo -- View this message in context: http://camel.465427.n5.nabble.com/FTP2-SFTP-and-target-file-paths-tp5731220.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: FTP2: SFTP and target file paths

2013-04-22 Thread mdo
en I insert this statement into my route I can fix this: .setHeader("CamelFileName",header("CamelFileRelativePath")) Is this meant to be that way? Regards, mdo. -- View this message in context: http://camel.465427.n5.nabble.com/FTP2-SFTP-and-target-file-paths-tp5731220p5731

Re: FTP2: SFTP and target file paths

2013-04-22 Thread Chris Wolf
t;CamelFileName",header("CamelFileRelativePath")) > > Is this meant to be that way? > > Regards, mdo. > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/FTP2-SFTP-and-target-file-paths-tp5731220p5731265.html > Sent from the Camel - Users mailing list archive at Nabble.com.