Re: ftp-component: RemoteFile to a classic File

2014-12-08 Thread Nicolas74
Ok. Thanks for your help guys. Best, Nicolas. -- View this message in context: http://camel.465427.n5.nabble.com/ftp-component-RemoteFile-to-a-classic-File-tp5760227p5760284.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: ftp-component: RemoteFile to a classic File

2014-12-08 Thread François LIOT
norms. Regards. From: Claus Ibsen Sent: Monday, December 8, 2014 9:56 AM To: users@camel.apache.org Subject: Re: ftp-component: RemoteFile to a classic File On Sun, Dec 7, 2014 at 8:40 PM, Nicolas74 wrote: > Thanks. > That's what I did, and it perflectly works.

Re: ftp-component: RemoteFile to a classic File

2014-12-08 Thread Claus Ibsen
On Sun, Dec 7, 2014 at 8:40 PM, Nicolas74 wrote: > Thanks. > That's what I did, and it perflectly works. > > I have to process some modifications to the file through a java application. > So, is it the only way to process my file ? Or is there a more optimized > solution without downloading the fi

Re: ftp-component: RemoteFile to a classic File

2014-12-07 Thread Nicolas74
Thanks. That's what I did, and it perflectly works. I have to process some modifications to the file through a java application. So, is it the only way to process my file ? Or is there a more optimized solution without downloading the file ? Best, Nicolas. -- View this message in context: htt

Re: ftp-component: RemoteFile to a classic File

2014-12-06 Thread Claus Ibsen
Yes if you want to download from ftp and save to file its from ftp to file On Fri, Dec 5, 2014 at 8:49 PM, Nicolas74 wrote: > Ok, thanks Claus. > > So, the correct way to do this should be the following: > > > Is that correct ? Is there another solution ? > > Thanks for your help, > Best, >

Re: ftp-component: RemoteFile to a classic File

2014-12-05 Thread Nicolas74
Ok, thanks Claus. So, the correct way to do this should be the following: Is that correct ? Is there another solution ? Thanks for your help, Best, Nicolas. -- View this message in context: http://camel.465427.n5.nabble.com/ftp-component-RemoteFile-to-a-classic-File-tp5760227p5760232.html S

Re: ftp-component: RemoteFile to a classic File

2014-12-05 Thread Claus Ibsen
Hi A remote file is not a java.io.File. Its an instance of the file type the ftp client library uses. On Fri, Dec 5, 2014 at 6:16 PM, Nicolas74 wrote: > Hi all, > > I'm a little bit confused about ow to use RemoteFile in a processor with the > ftp component. > > I have the following route : > >