You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Linus Brimstedt (JIRA)" <ji...@apache.org> on 2012/09/25 08:23:07 UTC

[jira] [Commented] (CAMEL-5646) Capture conversation during FTP file transfer

    [ https://issues.apache.org/jira/browse/CAMEL-5646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462480#comment-13462480 ] 

Linus Brimstedt  commented on CAMEL-5646:
-----------------------------------------

The reason is that sometimes you communicate with customer FTP servers or servers that give special responses depending on files transferred. These replies would be nice to save in a storage for later reference when needed.
                
> 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