If you read the documentation there is examples:

from("smb://f...@myserver.example.com/sharename?password=secret&localWorkDirectory=/tmp")
  .to("bean:foo");

Also you can have a look at the unit tests.
https://camel-extra.apache-extras.org.codespot.com/git/components/camel-jcifs/src/test/java/org/apacheextras/camel/component/jcifs/
or
https://camel-extra.apache-extras.org.codespot.com/git/components/camel-jcifs/src/integrationtest/java/org/apacheextras/camel/component/jcifs/

// Pontus

On Mon, Jun 16, 2014 at 10:52 AM, sakchakravarthi
<ajit.kalyan.chakravar...@gmail.com> wrote:
> Hi Pontus
>
> Thanks for your resp. I used forward slash also. but it didnt work for me.
> Can you share any examples on camel-jcifs. I couldn't get any.
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file-from-Shared-location-and-remote-file-location-tp5752233p5752331.html
> Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to