Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EB00FDBD9 for ; Tue, 25 Sep 2012 06:55:10 +0000 (UTC) Received: (qmail 57842 invoked by uid 500); 25 Sep 2012 06:55:09 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 57759 invoked by uid 500); 25 Sep 2012 06:55:08 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 57715 invoked by uid 99); 25 Sep 2012 06:55:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2012 06:55:07 +0000 Date: Tue, 25 Sep 2012 17:55:07 +1100 (NCT) From: "Willem Jiang (JIRA)" To: issues@camel.apache.org Message-ID: <1598903240.120800.1348556107745.JavaMail.jiratomcat@arcas> In-Reply-To: <742132965.120710.1348554187505.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (CAMEL-5646) Capture conversation during FTP file transfer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-5646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462499#comment-13462499 ] Willem Jiang commented on CAMEL-5646: ------------------------------------- Maybe we can store this kind of information into the out message header. > Capture conversation during FTP file transfer > --------------------------------------------- > > Key: CAMEL-5646 > URL: https://issues.apache.org/jira/browse/CAMEL-5646 > Project: Camel > Issue Type: Improvement > Components: camel-ftp > Reporter: Linus Brimstedt > Priority: Minor > Original Estimate: 16h > Remaining Estimate: 16h > > It would be nice if the FTP conversation (i.e. commands sent and replies received) could be captured with an exchange. > For example, when a file is transferred, it could look like this: > ftp> bin > 200 Type set to I. > ftp> get camel.gif > 200 PORT command successful. > 150 Opening BINARY mode data connection for camel.gif (1337 bytes). > 226 Transfer complete. > local: ex.gif remote: camel.gif > 1337 bytes received in 0.07 seconds -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira