[
https://issues.apache.org/jira/browse/CAMEL-5646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-5646.
--------------------------------
Resolution: Won't Fix
> Capture conversation during FTP file transfer
> ---------------------------------------------
>
> Key: CAMEL-5646
> URL: https://issues.apache.org/jira/browse/CAMEL-5646
> Project: Camel
> Issue Type: New Feature
> Components: camel-ftp
> Reporter: Linus Brimstedt
> Priority: Minor
> Fix For: Future
>
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)