php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56298 Bugs in php_ssh2
Submitted: 2005-02-14 05:29 UTC Modified: 2005-02-14 10:12 UTC
From: fsemkin at yandex dot ru Assigned:
Status: Duplicate Package: ssh2 (PECL)
PHP Version: 5.0.3 OS: RedHat
Private report: No CVE-ID: None
 [2005-02-14 05:29 UTC] fsemkin at yandex dot ru
Description:
------------
ssh2_scp_send($this->m_conn, $local_name, $remote_name, 0644);
ssh2_scp_recv($this->m_conn, '/remote/$remote_name', '/local/$local_name');
ssh2_sftp($this->m_conn);

Actual result:
--------------
"ssh2_scp_send" and "ssh2_scp_recv" doesn`t work at all.
"ssh2_sftp" locking process.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-02-14 10:12 UTC] pollita@php.net
There was a known bug in libssh2 0.6 and earlier versions.  All the errors described clear up when you upgrade to version 0.7 (to be released later this week).

For future reference: Please include the versions of libssh2 and php/ssh2 which you have installed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 20:01:28 2024 UTC