I am using Camel to route files from a network path using file component. But my user credentiails doesn't have read/write access rights for that path, hence I am unable to pick up files.
If I want to access the files in the path as a different user [only for that path], how can I configure that in Camel? And for multiple paths there are specific user credentials to be used. So my broader issue is how can I say Camel to use a particular user for accessing particular path?