Hello, Camel (2.11) consuming remote files via SFTP, e.g.:
from: sftp://localhost//home/user/ to: file://tmp/ ... for a source file "dir1/file1" creates the target file /tmp/home/user/dir1/file1. Can I somehow omit the source starting path (/home/user). The file component obviously 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.
