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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: fsemkin at yandex dot ru
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 11:01:30 2024 UTC