Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 20814 invoked from network); 29 Oct 2009 15:59:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Oct 2009 15:59:17 -0000 Received: (qmail 8881 invoked by uid 500); 29 Oct 2009 15:59:16 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 8845 invoked by uid 500); 29 Oct 2009 15:59:16 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 8835 invoked by uid 500); 29 Oct 2009 15:59:16 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 8832 invoked by uid 99); 29 Oct 2009 15:59:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Oct 2009 15:59:16 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Oct 2009 15:59:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C6449234C046 for ; Thu, 29 Oct 2009 08:58:52 -0700 (PDT) Message-ID: <247942656.1256831932808.JavaMail.jira@brutus> Date: Thu, 29 Oct 2009 08:58:52 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-1072) camel-ftp - option for upload suffix In-Reply-To: <1860059071.1226347685392.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/CAMEL-1072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55078#action_55078 ] Claus Ibsen commented on CAMEL-1072: ------------------------------------ The file/ftp components in Camel 2.0 is much smarter and flexible than 1.x. So we can improve the tempPrefix to be expression based so you can type a syntax as you like, for example {{tempFileName=$\{file:name}.tmp}} Which then will write using .tmp and then afterwards rename it back to the real name. > camel-ftp - option for upload suffix > ------------------------------------ > > Key: CAMEL-1072 > URL: https://issues.apache.org/activemq/browse/CAMEL-1072 > Project: Apache Camel > Issue Type: Improvement > Components: camel-ftp > Affects Versions: 1.5.0 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Fix For: 2.0-M1 > > > We should support an option to set a upload suffix for the FTP/SFTP producers, so Camel can upload fixes to a temporary name and after upload is complete it can rename it to the correct name, > ServiceMix has such a feature. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.