I have some camel config that is this...
<from uri="ftp://user@testserverx?password=password&throwExceptionOnConnectFailed=true&disconnect=true&passiveMode=true&noop=true&idempotent=false" />
I would expect to see some error in the log about not being able to connect to testserverx but I don't.
Anyone any idea why?
Notes:
camel-ftp : 2.13.2