Top "Libssh2" questions

A client-side library that implements the SSH2 protocol.

PHP Install SSH2 on Windows machine

I am trying to install this on a Windows+Apache machine. Documentation says that SSH2 requires the OpenSSL and libssh2 …

php windows apache dll libssh2
Fatal error: Call to undefined function ssh2_connect() - Redhat OS

I installed required libraries for enabling ssh2 extension. I just followed this guide to install the php ssh2 extension. And …

php libssh2
php refusing to find ssh2_connect() function

Operating System used Windows 7 - V 6.1 Apache installed httpd-2.2.22-win32-x86-no_ssl.msi My httpd.conf AddType application/x-httpd-php .…

php apache apache2 libssh2
Connect to SFTP using PHP and private key

I have read article after article and just cannot find "the solution" that works for what I have. I am …

php sftp libssh2
Get CPU usage via SSH

I want to retrieve the CPU utilization percentage via SSH and I have tried the command "top" but it will …

php linux centos6 libssh2
Installing ssh2 on xampp

I am trying to install ssh2 on xampp Xampp version : 3.2.1 PHP version : 5.4.19 Until now I have used following step to …

php dll xampp libssh2 ssh2-exec
PHP extension installed but not loading

I'm trying to install php's ssh2 extension, and having a little bit of difficulty. The file is there, it's just …

php ubuntu nginx libssh2
Neither libtoolize nor glibtoolize could be found

I'm trying to compile a .cpp file but I must install libssh2. I have downloaded the package from libssh2.org …

c++ linux ssh compilation libssh2
SSH2 returning "resource(2) of type (stream)" (PHP)

I'm attempting to run a SSH command from a remote server with PHP's ssh2 library using the ssh2_exec function. …

php ssh libssh2
Install libssh2-php on PHP 5.4.9 (x64)

I have a problem with the update on php 5.4.9 (i install it with the ppa "ppa:ondrej/php5") Now i …

php linux ubuntu-12.04 apt libssh2