Hello, When I write an FTP endpoint on my local machine it works fine, but when deployed to the server I get:
org.apache.camel.component.file.GenericFileOperationFailedException: File operation failed: Could not parse response code. Server Reply: : A remote host did not respond within the timeout period.. Code: 425 The URI is pretty simple: ftp://'+arFtpUserName+'@serverName/FOLDER?password='+arFtpPassword Any ideas? -- View this message in context: http://camel.465427.n5.nabble.com/FTP-timeout-on-write-tp5747966.html Sent from the Camel - Users mailing list archive at Nabble.com.
