From build+horde at de-korte.org Thu Dec 30 20:35:47 2021 From: build+horde at de-korte.org (Arjen de Korte) Date: Thu, 30 Dec 2021 20:35:47 -0000 Subject: [gollem] SSH2 backend readStream error Message-ID: <20211230212759.Horde.2DY0MGW5xTZs7RAW2JocgZW@mail.de-korte.org> - PHP 7.4.27 - Horde installed from PEAR - ssh2 extension from PECL (1.3.1) I have switched from the FTP to the SSH2 backend lately and found that listing directory contents works fine, but downloading (even very small files) doesn't. See also attached error log. Looking way back in the archives I found a similar error with a workaround by changing lines 327 'data' => is_callable(array($vfs, 'readStream')) 328 ? $vfs->readStream($vars->dir, $vars->filename) 329 : $vfs->read($vars->dir, $vars->filename) to 327 'data' => $vfs->read($vars->dir, $vars->filename) After that, reading files works again. Am I doing something wrong? -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: error.log URL: