RE: File transfer using ftp failed

2013-02-10 Thread AMARNATH, Balachandar
s not recognised. The route here is not executed and I don't see any movement of file Regards Bala -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: 07 February 2013 18:12 To: users@camel.apache.org Subject: Re: File transfer using ftp failed On Thu,

RE: File transfer using ftp failed

2013-02-08 Thread AMARNATH, Balachandar
oute here is not executed and I don't see any movement of file Regards Bala -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: 07 February 2013 18:12 To: users@camel.apache.org Subject: Re: File transfer using ftp failed On Thu, Feb 7, 2013 at 12:54 PM,

Re: File transfer using ftp failed

2013-02-07 Thread Claus Ibsen
; > > -Original Message- > From: Filippo Balicchia [mailto:fbalicc...@gmail.com] > Sent: 07 February 2013 15:13 > To: users@camel.apache.org > Subject: Re: File transfer using ftp failed > > Hi, > > with this route and camel-ftp 2.10.2 > I Can&#x

RE: File transfer using ftp failed

2013-02-07 Thread AMARNATH, Balachandar
advised by one of the members in the list). Regards Bala -Original Message- From: Filippo Balicchia [mailto:fbalicc...@gmail.com] Sent: 07 February 2013 15:13 To: users@camel.apache.org Subject: Re: File transfer using ftp failed Hi, with this route and camel-ftp 2.10.2 I Can't repr

Re: File transfer using ftp failed

2013-02-07 Thread Filippo Balicchia
; -Original Message- >> From: AMARNATH, Balachandar [mailto:balachandar.amarn...@airbus.com] >> Sent: 05 February 2013 14:09 >> To: users@camel.apache.org >> Subject: RE: File transfer using ftp failed >> >> Nope.. I have updated to camel-ftp-2

Re: File transfer using ftp failed

2013-02-06 Thread Christian Müller
> > With thanks and regards > Balachandar > > -Original Message- > From: AMARNATH, Balachandar [mailto:balachandar.amarn...@airbus.com] > Sent: 05 February 2013 14:09 > To: users@camel.apache.org > Subject: RE: File transfer using ftp failed > > Nope.. I have update

File transfer using ftp failed

2013-02-06 Thread AMARNATH, Balachandar
ftp failed Nope.. I have updated to camel-ftp-2.10.3.jar but still the issue is persisting ! -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: 05 February 2013 13:44 To: users@camel.apache.org Subject: Re: File transfer using ftp failed On Tue, Feb 5, 2013 at 9

RE: File transfer using ftp failed

2013-02-05 Thread AMARNATH, Balachandar
Nope.. I have updated to camel-ftp-2.10.3.jar but still the issue is persisting ! -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: 05 February 2013 13:44 To: users@camel.apache.org Subject: Re: File transfer using ftp failed On Tue, Feb 5, 2013 at 9:11 AM

Re: File transfer using ftp failed

2013-02-05 Thread Claus Ibsen
5 February 2013 12:45 > To: users@camel.apache.org > Subject: Re: File transfer using ftp failed > > On Tue, Feb 5, 2013 at 5:43 AM, AMARNATH, Balachandar > wrote: >> Hello, >> >> I tried to do a file transfer using apache camel route using the f

RE: File transfer using ftp failed

2013-02-05 Thread AMARNATH, Balachandar
Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: 05 February 2013 12:45 To: users@camel.apache.org Subject: Re: File transfer using ftp failed On Tue, Feb 5, 2013 at 5:43 AM, AMARNATH, Balachandar wrote: > Hello, > > I tried to do a file transfer using apache camel route

Re: File transfer using ftp failed

2013-02-04 Thread Claus Ibsen
On Tue, Feb 5, 2013 at 5:43 AM, AMARNATH, Balachandar wrote: > Hello, > > I tried to do a file transfer using apache camel route using the following > route > > from("ftp://@/etc/?password=") > .process(new Processor() { > public void process(Exchange exchange) throws

File transfer using ftp failed

2013-02-04 Thread AMARNATH, Balachandar
Hello, I tried to do a file transfer using apache camel route using the following route from("ftp://@/etc/?password=") .process(new Processor() { public void process(Exchange exchange) throws Exception { // do something } }).to("file:///tmp/