-
Bug
-
Resolution: Done
-
Major
-
fuse-7.4
-
None
-
Sprint 2019-53, Sprint 2019-54, Sprint 2019-55, Sprint 2019-56, Sprint 2020-57, integration-doc-2020-01-27, integration-doc-2020-02-17, integration-doc-2020-03-09, integration-doc-2020-03-30, integration-doc-2020-04-20, integration-doc-2020-05-11
-
The content for soTImeout option seems like not appropriate.
https://access.redhat.com/documentation/en-us/red_hat_fuse/7.3/html/apache_camel_component_reference/ftp-component
Sets the so timeout FTP and FTPS Only for Camel 2.4. SFTP for Camel 2.14.3/2.15.3/2.16 onwards. Is the SocketOptions.SO_TIMEOUT value in millis. Recommended option is to set this to 300000 so as not have a hanged connection. On SFTP this option is set as timeout on the JSCH Session instance.
It seems like still user can use so tiemout option with Fuse 7.4.
camel-2.23.2.fuse-740011-redhat-00001/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FromFtpClientSoTimeoutTest.java
camel-2.23.2.fuse-740011-redhat-00001/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FromFtpClientSoTimeout2Test.java
camel-2.23.2.fuse-740011-redhat-00001/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FromFtpClientSoTimeout3Test.java
Also please check this ticket to improve the content.
https://issues.jboss.org/browse/FUSEDOC-2830