"The journey of 1000 miles begin with 1 step." This is my first small step with Camel.
1. Basically, I want to selectively download only 1 file soap.xml by ftp. Is below code is correct way of doing it? Please see code + log 2. From log, I saw a lot of repeative things. Is it because of 5 min? What is the correct value? 5 to 60 mins? int min=5; int second=60; context.start(); Thread.sleep(min*second*1000); context.stop(); 3. How can we stop the process once the file soap.xml is downloaded? there is no need to wait for 5 mins. -- View this message in context: http://camel.465427.n5.nabble.com/Basic-from-fp-to-file-route-Need-clarification-1M-Thanks-tp4950632p4950632.html Sent from the Camel - Users mailing list archive at Nabble.com.