Top "Camel-ftp" questions

Camel component for FTP/SFTP/FTPS protocols.

Camel: File operation failed: Connection closed without indication.. Code: 421

I'm using Camel 2.15.2 with Apache Commons Net 3.3 on Java 8 deployed into a Tomcat container. The issue is that consistently after …

apache-camel apache-commons-net camel-ftp
How to get the actual file object from Camel FTP route exchange

In my Camel router: from(<SourceURI>) .process(new Processor() { @Override public void process(Exchange exchange) throws Exception { // I …

apache-camel camel-ftp
How to use a dynamic URI in From()

As mentioned in Apache Camel, it allows to write dynamic URI in To(), does it allows to write dynamic URI …

apache ftp apache-camel camel-ftp