Hi Can you try downgrading to commons net 3.1. There is a bug in 3.2 that was causing problems for working with some FTP servers. But it may not be related to this issue though.
And how many files do you have on the remote FTP server? And you can set eagerMaxMessagesPerPoll=true as you do not do any sorting etc. So that would be faster. You can read about this option at: http://camel.apache.org/file2 On Tue, Jun 4, 2013 at 9:36 PM, jhart98169 <james.h...@navteq.com> wrote: > I am having performance issues with the ftp component in the 2.11.0 version > of camel. > > When I load the camel xml route below in 2.10.4 it downloads the files > quickly(5-10 seconds for 5 files), but in the 2.11.0 version it is really > slow(minutes for 5 files) > > <routes xmlns="http://camel.apache.org/schema/spring"> > <route id="testftp"> > <from > uri="ftp://ftp/temp?username=ftpuser&password=ftpuser&delay=30000&delete=false&idempotent=true&include=.*.gz&stepwise=false&consumer.maxMessagesPerPoll=5&eagerMaxMessagesPerPoll=false"/> > <to uri="mock:foo" /> > </route> > </routes> > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Issues-with-ftp-in-the-2-11-0-version-of-camel-tp5733824.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- www.camelone.org: The open source integration conference. Red Hat, Inc. FuseSource is now part of Red Hat Email: cib...@redhat.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen