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.

Reply via email to