[
https://issues.apache.org/activemq/browse/CAMEL-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-420:
------------------------------
Description:
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
- You have to set the filename using the header in the configuration otherwise
the filename can be wrong
- FTPConsumer (polling) does not adhere to parameters for delay etc.
was:
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
- You have to set the filename using the header in the configuration otherwise
the filename can be wrong
- and more
> 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
> - You have to set the filename using the header in the configuration
> otherwise the filename can be wrong
> - FTPConsumer (polling) does not adhere to parameters for delay etc.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.