Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5DFA3115D1 for ; Mon, 16 Jun 2014 12:23:34 +0000 (UTC) Received: (qmail 36911 invoked by uid 500); 16 Jun 2014 12:23:34 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 36862 invoked by uid 500); 16 Jun 2014 12:23:34 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 36851 invoked by uid 99); 16 Jun 2014 12:23:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2014 12:23:33 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of akoufoudakis@gmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2014 12:23:31 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WwVwI-0003t4-VL for users@camel.apache.org; Mon, 16 Jun 2014 05:23:07 -0700 Date: Mon, 16 Jun 2014 05:23:06 -0700 (PDT) From: akoufoudakis To: users@camel.apache.org Message-ID: <1402921386965-5752346.post@n5.nabble.com> In-Reply-To: <1402918400227-5752341.post@n5.nabble.com> References: <1402637383731-5752233.post@n5.nabble.com> <37C14F03FA796B4283CCEAE854CA7FD121020183@CTSINCHNSXMBR.cts.com> <1402639547771-5752236.post@n5.nabble.com> <1402646121034-5752247.post@n5.nabble.com> <1402646294607-5752249.post@n5.nabble.com> <1402649512901-5752255.post@n5.nabble.com> <1402901618929-5752326.post@n5.nabble.com> <1402914114040-5752338.post@n5.nabble.com> <1402918400227-5752341.post@n5.nabble.com> Subject: Re: Camel configuration to pick up file from Shared location and remote file location MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello, Ajit! We have a shared location, say "\\server\directory". This location is mapped in our staging machine as a network drive (e. g., W:). Then, I need to get a file from W:\from. So, my root is from("file:W:\\from").process(...).to("file:..."); May be, it is not a proper way to process files from shared locations, and may be, indeed, you have to try SMB component, but the scenario, which I described works. I also tried to access a file like you, (e.g.: "file:\\server\directory\from") and the files were not processed also. I deliberately don't want to use camel extensions, so there were two options either to set up an FTP or to make a "dirty" trick with a network drive. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-to-pick-up-file-from-Shared-location-and-remote-file-location-tp5752233p5752346.html Sent from the Camel - Users mailing list archive at Nabble.com.