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

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(