Re: Using Stream Caching with FTP Consumer

2014-07-28 Thread Claus Ibsen
Thanks! > > Chirag > > > > > From: Claus Ibsen > To: "users@camel.apache.org" > Sent: Monday, 28 July 2014 2:05 PM > Subject: Re: Using Stream Caching with FTP Consumer > > > The file metadata is stored as headers so you find t

Re: Using Stream Caching with FTP Consumer

2014-07-28 Thread Chirag Dewan
Re: Using Stream Caching with FTP Consumer The file metadata is stored as headers so you find them there. On Mon, Jul 28, 2014 at 10:18 AM, Chirag Dewan wrote: > Hi All, > > I have a route which consumes files from FTP server and distributes them to > HDFS. > > > Now,I h

Re: Using Stream Caching with FTP Consumer

2014-07-28 Thread Claus Ibsen
The file metadata is stored as headers so you find them there. On Mon, Jul 28, 2014 at 10:18 AM, Chirag Dewan wrote: > Hi All, > > I have a route which consumes files from FTP server and distributes them to > HDFS. > > > Now,I have a processor in which I want to rename a file and append properti

Using Stream Caching with FTP Consumer

2014-07-28 Thread Chirag Dewan
Hi All, I have a route which consumes files from FTP server and distributes them to HDFS. Now,I have a processor in which I want to rename a file and append properties like file size and timestamp in the file name. Earlier,I was doing it by getting the GenericFile instance from exchange body