Re: sFTP 'listFiles' does not work after upgrade from 2.15.x to 2.16.0

2015-11-25 Thread Claus Ibsen
What is the latest working 2.15.x version you can use? And mind that 2.15.5 is on the way, so maybe give that a test too. http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-15-5-td5774324.html Then we/you can do some source code compare, and commit history to track down what changes may

Re: sFTP 'listFiles' does not work after upgrade from 2.15.x to 2.16.0

2015-11-25 Thread nicoruti
Thanks, Claus, for your quick response. Indeed, jcraft went up from 0.1.51 to 0.1.53. But switching back to the old version leads to the same error. -- View this message in context: http://camel.465427.n5.nabble.com/sFTP-listFiles-does-not-work-after-upgrade-from-2-15-x-to-2-16-0-tp5774379p57

Re: sFTP 'listFiles' does not work after upgrade from 2.15.x to 2.16.0

2015-11-25 Thread Claus Ibsen
Maybe its jcraft version change. Try using the same version of jcraft as before. On Wed, Nov 25, 2015 at 10:05 AM, nicoruti wrote: > Dear camel-community > > I have the following route (simplified): > > RemoteFileEndpoint ftpEndpoint = > endpoint("sftp:ftp.myhost.com/?username=user&password=x

sFTP 'listFiles' does not work after upgrade from 2.15.x to 2.16.0

2015-11-25 Thread nicoruti
Dear camel-community I have the following route (simplified): RemoteFileEndpoint ftpEndpoint = endpoint("sftp:ftp.myhost.com/?username=user&password=x&delay=4320&disconnect=true", RemoteFileEndpoint.class); ftpEndpoint.setFilter(new MyDownloadFileFilter()); from(ftpEndpoint) .to(