Spring Dependency
1. camel-jsch-starter (Spring Boot Integration for SFTP)
camel-jsch-starter (Spring Boot Integration for SFTP)<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-jsch-starter</artifactId>
<version>x.x.x</version>
</dependency>2. camel-ftp (Camel FTP/SFTP Component)
camel-ftp (Camel FTP/SFTP Component)<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-ftp</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>3. camel-ftp-starter (Camel FTP/SFTP Spring Component)
camel-ftp-starter (Camel FTP/SFTP Spring Component)Last updated