I need to consume file from ftps via camel(ServiceMix), so I launched local FTPS server with FileZilla. Connection with this server via FileZilla Client works great, but using camel in karaf logs I get IOException(shortcut StackTrace below). Camel Version 2.16.4
My in xml DSL(blueprint) code:
<from uri="ftps://127.0.0.1:990/newFold/?username=test&password=12345&binary=true&download=true&passiveMode=true"/>
In FileZilla logs: (000396)07.05.2018 16:27:00 - (not logged in) (127.0.0.1)> Connected on port 990, sending welcome message...
And then connection timeout
StackTrace:
2018-05-07 16:13:50,357 | WARN | mix-6.1.3/deploy | FtpConsumer | 151 - org.apache.camel.camel-core - 2.16.4 | Error auto creating directory: newFold/ due File operation failed: Timed out waiting for initial connect reply. Code: 0. This exception is ignored. org.apache.camel.component.file.GenericFileOperationFailedException: File operation failed: Timed out waiting for initial connect reply. Code: 0
Caused by: java.io.IOException: Timed out waiting for initial connect reply
Caused by: java.net.SocketTimeoutException: Read timed out