On 8/10/07, Aaron Crickenberger <[EMAIL PROTECTED]> wrote:
> I'm trying to use Camel to poll an incoming directory for files, and
> then FTP them elsewhere. I started with camel-example-spring, added
> camel-ftp as a dependency, and modified MyRouteBuilder to look like so:
>
> public class MyRoute
I'm trying to use Camel to poll an incoming directory for files, and
then FTP them elsewhere. I started with camel-example-spring, added
camel-ftp as a dependency, and modified MyRouteBuilder to look like so:
public class MyRouteBuilder extends RouteBuilder {
public void configure() {