I am very new to Apache Camel. My use case is to process all files  on FTP
server on a date folder, one file  at a time. Could someone give some
pointers using Spring XML?  

                <route>
                        <from uri="ftp://"; />
                        <pipeline>
                                <bean ref="processFile" />
                                <bean ref="sendConfirmEmail" />
                        </pipeline>
                        <to uri="ftp://"; />
                </route>



--
View this message in context: 
http://camel.465427.n5.nabble.com/Loop-through-the-files-from-FTP-server-and-process-tp5781297.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to