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/04/06 11:04:32 UTC

[jira] Commented: (CAMEL-420) FTPComponent - problems and improvements

    [ https://issues.apache.org/activemq/browse/CAMEL-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42019#action_42019 ] 

Claus Ibsen commented on CAMEL-420:
-----------------------------------

Comitted missing file converters to trunk so we can consume binary files (download binary files)

> FTPComponent - problems and improvements
> ----------------------------------------
>
>                 Key: CAMEL-420
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-420
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-ftp
>    Affects Versions: 1.3.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 1.4.0
>
>
> See this forum:
> http://www.nabble.com/FTP-to-FILE-td16354813s22882.html
> Problems:
> - Using ASCII you need to use convertBodyTo(String.class) to let it work out of the box 
> - Using BINARY we need some Type Converters to let it consume files from a FTP Server and store it as a File *Fixed*
> - You have to set the filename using the header in the configuration otherwise the filename can be wrong 

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