6.0.0-alpha10
5/14/25

[#15083] Reading streams with Vfs/Ssh2 fails
Summary Reading streams with Vfs/Ssh2 fails
Queue Horde Framework Packages
Type Bug
State Unconfirmed
Priority 1. Low
Owners
Requester build+horde (at) de-korte (dot) org
Created 01/01/2022 (1229 days ago)
Due
Updated 01/01/2022 (1229 days ago)
Assigned
Resolved
Milestone
Patch No

History
01/01/2022 11:39:46 AM build+horde (at) de-korte (dot) org Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Reading streams with Vfs/Ssh2 fails
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
New Attachment: error.log Download
Reply to this comment
Downloading files with the 'ftp' backend configured in gollem works 
fine. But when changing to the 'ssh2' backend, this fails with the 
attached error message. If I force gollem not to use streams by 
changing gollem/lib/Application.php to the following

    327              'data' => (false)
    328                  ? $vfs->readStream($vars->dir, $vars->filename)
    329                  : $vfs->read($vars->dir, $vars->filename)

downloading files works correctly again, so I guess this is not 
related to the ssh server. Is there anything I can do to debug this 
further?

PHP = 7.4.27
pecl/ssh2 = 1.3.1

Saved Queries