As akoufoudakis say the jcifs component behaves like the File2 or FTP component. You can see some examples in the docs and also the test source code I send links to earlier.
If you have questions about camel-jcifs please use the camel-extras mailing list (http://camel-extra.1091541.n5.nabble.com/) // Pontus On Mon, Jun 16, 2014 at 5:43 PM, akoufoudakis <akoufouda...@gmail.com> wrote: > Glad that it works. > As for JCIFS, I've never used it so far. > > So, I am not a big helper with specifically this component, unfortunately. > However, you can start reading some docs about > it:http://camel.apache.org/jcifs.html. > They say, that it is an extension of the File2 component, so most probably, > you will just have to change in you route: > ("from:file...") > > to the following: > ("smb://usern...@server.com/...?password=...")... > > May be, you won't need password in certain cases. > Since it is an extension of File2, then you will be able to use all other > parameters (noop, move, delete, etc.). > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file-from-Shared-location-and-remote-file-location-tp5752233p5752366.html > Sent from the Camel - Users mailing list archive at Nabble.com.