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 2008/11/29 12:35:07 UTC

[jira] Resolved: (CAMEL-1072) camel-ftp - option for upload suffix

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

Claus Ibsen resolved CAMEL-1072.
--------------------------------

    Resolution: Fixed

Now has same option as the file component: *tempPrefix* for both the FTP and SFTP producer

D:\project\camel>svn commit --message "CAMEL-1072: Added tempPrefix option to FTP/SFTP producers, so you can upload using a temp filename and after upload rename it to the real name."
Sending        camel-core\src\main\java\org\apache\camel\component\file\FileProducer.java
Sending        components\camel-ftp\src\main\java\org\apache\camel\component\file\remote\FtpProducer.java
Sending        components\camel-ftp\src\main\java\org\apache\camel\component\file\remote\RemoteFileConfiguration.java
Sending        components\camel-ftp\src\main\java\org\apache\camel\component\file\remote\RemoteFileProducer.java
Sending        components\camel-ftp\src\main\java\org\apache\camel\component\file\remote\SftpProducer.java
Adding         components\camel-ftp\src\test\java\org\apache\camel\component\file\remote\FtpProducerTempPrefixTest.java
Transmitting file data ......
Committed revision 721662.

> 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.0
>
>
> 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.