You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/01/15 10:04:43 UTC

[jira] Resolved: (CAMEL-2361) Keep the lastModified timestamp when writing a file

     [ https://issues.apache.org/activemq/browse/CAMEL-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-2361.
--------------------------------

    Resolution: Fixed

trunk: 899568.

Added option {{keepLastModified}} on the file producer.

>  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-core
>    Affects Versions: 2.1.0
>            Reporter: Simon
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> >
> > I do the following:
> >
> >
> > "ftp://tata@.../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.