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 <asbj...@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. ----