Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 13203 invoked from network); 1 Apr 2008 11:51:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Apr 2008 11:51:05 -0000 Received: (qmail 32480 invoked by uid 500); 1 Apr 2008 11:51:05 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 32462 invoked by uid 500); 1 Apr 2008 11:51:05 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 32440 invoked by uid 99); 1 Apr 2008 11:51:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 04:51:05 -0700 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG 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; Tue, 01 Apr 2008 11:50:24 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 978C1234C0B2 for ; Tue, 1 Apr 2008 04:48:32 -0700 (PDT) Message-ID: <148386618.1207050512618.JavaMail.jira@brutus> Date: Tue, 1 Apr 2008 04:48:32 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-420) FTPConsumer asii filetypes does not use IOConverter toString out-of-the-box In-Reply-To: <50093934.1207050392687.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41946#action_41946 ] Claus Ibsen commented on CAMEL-420: ----------------------------------- The binary transfer type could also be a problem. > FTPConsumer asii filetypes does not use IOConverter toString out-of-the-box > --------------------------------------------------------------------------- > > 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 > Priority: Minor > Fix For: 1.4.0 > > > See this forum: > http://www.nabble.com/FTP-to-FILE-td16354813s22882.html > As a workaround you have to use convertBodyTo(String.class) to let it work out of the box. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.