GitHub user tadayosi opened a pull request:
https://github.com/apache/camel/pull/2361
camel-ftp - Fix ftpClient.dataTimeout parameter is not honoured
I found that always `timeout` parameter wins and `ftpClient.dataTimeout` is
neglected although the doc suggests it should be honoured.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tadayosi/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2361.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2361
----
commit 6b48897359d596d38fc59be7ffc70e63bb07c5fd
Author: Tadayoshi Sato <sato.tadayoshi@...>
Date: 2018-06-05T05:42:25Z
camel-ftp - Fix ftpClient.dataTimeout parameter is not honoured
----
---