Hello, I am using camel 2.4 trying to deliver to an FTP endpoint with following parameters
eagerDeleteTargetFile=false fileName=srml-5-2009-results.xml ftpClient.connectTimeout=120000 ftpClient.dataTimeout=15000 ftpClient.defaultTimeout=15000 password=aaaa soTimeout=60000 tempFileName=%24%7Bfile%3Aname.noext%7D.tmp camel route does not process anything for 30 MINUTES and then return following error: [2010-08-05 09:37:33,324][pool-1-thread-1][WARN ][org.apache.camel.component.file.remote.RemoteFileProducer][] Writing file failed with: File operation failed: null connect timed out. Code: 0 connectTimeout is set to 120000 so I am expecting it to timeout after 2 minutes... this endpoint is specified in a recipientList (if this could be of any help) -- View this message in context: http://camel.465427.n5.nabble.com/FTP-connection-timeout-after-30-minutes-even-though-set-to-2-minutes-tp2265070p2265070.html Sent from the Camel - Users mailing list archive at Nabble.com.
