Re: Create an empty .done file when file upload on a ftp

2010-11-26 Thread Claus Ibsen
Hi I found the old ticket and created a new ticket for the producer side also https://issues.apache.org/activemq/browse/CAMEL-3369 On Fri, Nov 26, 2010 at 1:47 PM, Claus Ibsen wrote: > Hi > > We do have a ticket in JIRA to supports this out of the box as a > configuration on the fil/ftp endpoint

Re: Create an empty .done file when file upload on a ftp

2010-11-26 Thread Claus Ibsen
Hi We do have a ticket in JIRA to supports this out of the box as a configuration on the fil/ftp endpoint. What you can do is to send an empty message to the ftp endpoint after the first file has been uploaded. from(file) .to(ftp) .setBody(constant("")) // set empty body to use for the