Re: Send files from FTP to remote server

2017-06-11 Thread chandresh pancholi
Claus, This example download/uploads files from FTP to local. In my scenario, I want to download files from FTP on kubernetes and send them to remote server because kubernetes pods liveliness is flexible, On Sun, Jun 11, 2017 at 6:00 PM, Claus Ibsen wrote: > Hi > > Yes there is for example a FT

converting XML DSL example to Java

2017-06-11 Thread Ralph Cook
The camel example for using Spring and XML DSL routing has the following config file: http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:camel="http://camel.apache.org/schema/spring"; xsi:schemaLoc

Re: Send files from FTP to remote server

2017-06-11 Thread Claus Ibsen
Hi Yes there is for example a FTP example here https://github.com/apache/camel/tree/master/examples/camel-example-ftp. And then you need to find out how you need to send to that remote server, if not using FTP. But Camel has a lot of components: https://github.com/apache/camel/tree/master/compone

Send files from FTP to remote server

2017-06-11 Thread chandresh pancholi
Hi, I am running camel on kubernetes. I want to move downloaded files from FTP to remote server in same router. Is there any possible way to move files from FTP to remote server using Apache camel? -- Chandresh Pancholi Senior Software Engineer Flipkart.com Email-id:chandresh.panch...@flipkart.c