Hello! For the first scenario, if you want to use the "file" component, you might want to map your shared location as a network drive and then to use it as following: from("file:\\[YOUR_NETWORK_DRIVE]\\[DIR]).to([other_dir]);
To access files on remote servers, I'm afraid you will need to set up FTP. And, then, to use FTP component of Camel. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file-from-Shared-location-and-remote-file-location-tp5752233p5752255.html Sent from the Camel - Users mailing list archive at Nabble.com.