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/02/14 11:31:33 UTC

[jira] Assigned: (CAMEL-2466) new option allowing to choose how to produce file using temp file

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

Claus Ibsen reassigned CAMEL-2466:
----------------------------------

    Assignee: Claus Ibsen

> new option allowing to choose how to produce file using temp file
> -----------------------------------------------------------------
>
>                 Key: CAMEL-2466
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2466
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-ftp
>    Affects Versions: 2.3.0
>            Reporter: Marco Crivellaro
>            Assignee: Claus Ibsen
>            Priority: Minor
>
> Current produce behavior is:
> 1- delete final file (if existing)
> 2- produce temporary file
> 3- rename temporary to final
> Using FTP component as a feed delivery system where most of the time the producer is sending an update on a file I think it would be better producing  in such a way:
> 1- produce temporary file
> 2- delete final file
> 3- rename temporary file to final
> It would be great having an option allowing to choose which produce strategy to use

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