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.
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.
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
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
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,
>
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
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 :
>
>