thank you, Pradeep, but I tried that. I get the following error:

39080 [qtp351390357-19] ERROR org.apache.camel.processor.DefaultErrorHandler
- Failed delivery for (MessageId: ID-T3S780MON-58585-1391519115614-0-2 on
ExchangeId: ID-T3S780MON-58585-1391519115614-0-1). Exhausted after delivery
attempt: 1 caught: org.apache.camel.InvalidPayloadException: No body
available of type: java.lang.String on: Message: [Body is null]. Caused by:
No type converter available to convert from type: null to the required type:
java.lang.String with value null. Exchange[Message: [Body is null]]. Caused
by: [org.apache.camel.NoTypeConversionAvailableException - No type converter
available to convert from type: null to the required type: java.lang.String
with value null]

Also, in the other example, wherein I download files using 

from("ftp:...").to("file:...")

I cannot (as far as i know) change the from/to or else i won't be
downloading, I'll be uploading (or more likely just throwing errors).





--
View this message in context: 
http://camel.465427.n5.nabble.com/Using-from-direct-to-initiate-file-download-how-to-prevent-subsequent-from-s-in-the-from-auto-launch-tp5746748p5746783.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to