Re: FileConsumer-to-FtpProducer bug

2007-08-10 Thread James Strachan
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

FileConsumer-to-FtpProducer bug

2007-08-10 Thread Aaron Crickenberger
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() {