I am trying to pull files from a FTP server (my producer):

from("ftp://s...@localhost?password=secret...";)
.to("file://tmp?noop=true");

Now, I want to catch errors in the FTP endpoint (invalid login, server down,
etc). I have tried errorHandler() but it only catches the errors produced
after the message enters the exchange i.e. after from().

Can you please suggest a way?

THANKS!

~Paras
-- 
View this message in context: 
http://www.nabble.com/catch-error-in-producer-endpoint-tp25748604p25748604.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to