Keep the lastModified timestamp when writing a file
----------------------------------------------------

                 Key: CAMEL-2361
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2361
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-ftp
    Affects Versions: 2.1.0
            Reporter: Simon
            Priority: Minor


>
> I do the following:
>
>
> "ftp://t...@.../ftp.input?&recursive=true&binary=true&consumer.delay=1000";)
>            .to("file://M:/FTP.INPUT/");
>
> I would like to have my file in transfered and keeping their
> lastModifiedTime. I wonder if a flag is available for that ? Another
> solution would be to get it from the Message and do it programmatically.
>
... [show rest of quote]

Hi

Good idea. Notice that the timestamp from the FTP library is often not
100% accurate down to the seconds.

Could you create a ticket in JIRA for this feature request?
http://issues.apache.org/activemq/browse/CAMEL

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to