Hello,

I tried to do a file transfer using apache camel route using the following route

from("ftp://<user>@<host_ip>/etc/?password=<password>")
            .process(new Processor() {
                public void process(Exchange exchange) throws Exception {
// do something
                }
            }).to("file:///tmp/");

I end up with the following error,

Exception in thread "main" org.apache.camel.FailedToCreateRouteException: 
Failed to create route route1: Route... because of Failed to resolve endpoint: 
due to: No component found with scheme: ftp

I installed camel-ftp and the jar file camel-ftp.jar is in the classpath

Any hint will be highly appreciated



With thanks and regards
Balachandar




The information in this e-mail is confidential. The contents may not be 
disclosed or used by anyone other than the addressee. Access to this e-mail by 
anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and 
delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of 
this e-mail as it has been sent over public networks. If you have any concerns 
over the content of this message or its Accuracy or Integrity, please contact 
Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus 
scanning software but you should take whatever measures you deem to be 
appropriate to ensure that this message and any attachments are virus free.

Reply via email to