Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 32483 invoked from network); 6 Apr 2008 10:32:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Apr 2008 10:32:20 -0000 Received: (qmail 6226 invoked by uid 500); 6 Apr 2008 10:32:21 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 6199 invoked by uid 500); 6 Apr 2008 10:32:21 -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 6190 invoked by uid 99); 6 Apr 2008 10:32:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Apr 2008 03:32:21 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Sun, 06 Apr 2008 10:31:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9DE8F234C0AD for ; Sun, 6 Apr 2008 03:29:32 -0700 (PDT) Message-ID: <1914673355.1207477772631.JavaMail.jira@brutus> Date: Sun, 6 Apr 2008 03:29:32 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-424) Improve FTP component wiki documentation In-Reply-To: <666592944.1207110453831.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-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42022#action_42022 ] Claus Ibsen commented on CAMEL-424: ----------------------------------- The remote message has these headers map.put("file.remote.host", hostname); map.put("file.remote.name", fullFileName); > Improve FTP component wiki documentation > ---------------------------------------- > > Key: CAMEL-424 > URL: https://issues.apache.org/activemq/browse/CAMEL-424 > Project: Apache Camel > Issue Type: Improvement > Components: documentation > Affects Versions: 1.3.0 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Priority: Minor > Fix For: 1.4.0 > > > The wiki documentation for FTP usage could be improved with: > - java code examples (snippets in unit test classes) > - that you need the convertTo(String.class) for ASCII file transfer > - The FTP component is an extension of the File component so it inherits behaviour, features and options from file. State precise witch options a FTPProducer and FTPConsuer can use. > - Consuming using FTP there are special header key/values for the remote filename etc. that could be of interest for the end users (Maybe for the producer as well) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.