This exercise expands on the file routing exercise
One of the major benefits of this way of routing is that Camel handles the complete monitoring aspect. This means that you yourself do not have to write code to: * log in to the ftp site * monitor if new files have been added * ignore already processed files All this is done by just declaring the route
You might try to create (or copy) a file to the starting (from) end-point by “hand” and see what happens.