You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by ahaarrestad <gi...@git.apache.org> on 2013/04/17 08:17:35 UTC

camel pull request: Adding FtpReplyString header for producer

GitHub user ahaarrestad opened a pull request:

    https://github.com/apache/camel/pull/19

    Adding FtpReplyString header for producer

    Adding FtpReplyString header for ftp and ftps producers enables you to
    read the full reply string from the ftp server.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ahaarrestad/camel trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/19.patch

----
commit 84e1346d83f7a8fdfb258f326dd19563b294dc81
Author: Asbjørn Aarrestad <as...@aarrestad.com>
Date:   2013-04-17T06:16:36Z

    Adding FtpReplyString header for producer
    
    Adding FtpReplyString header for ftp and ftps producers enables you to
    read the full reply string from the ftp server.

----