Top "Libssh2" questions

A client-side library that implements the SSH2 protocol.

PHP ssh2_connect() Implement A Timeout

I am using the PHP ssh2 library, and simply doing: $ssh = ssh2_connect($hostname, $port); The problem is I want …

php libssh2
PHP SSH2 ssh2_connect

So I have taken a example from php.net to see php ssh2 workings so the code is <?php $…

php ssh libssh2
phpseclib or ssh2 pecl extension

My post from yesterday: https://stackoverflow.com/questions/14296006/phpseclib-sftp-port-number Ok, so yesterday I started learning about SSH / SFTP with php. …

php libssh2 phpseclib
Compiling libssh2 on windows

Some one can help me to compile libssh2 on windows with Visual Studio 2017. The only things I found are too …

c++ ssh cmake libssh2
Installing SSH2 for PHP to run on a Xampp Apache server on a OSX 10.9.1

I am running Xampp on a Mac with OS X 10.9.1 and I am trying to develop a web page that …

php macos apache xampp libssh2
How to install ssh2 for php 7.3

When trying to install the extension ssh2 via pecl, I encounter the below error messages. I was using a docker …

php docker pecl libssh2
SSH2 PHP Extension

I have been trying for a while to get the SSH 2 extension for php installed on my CentOS 5.6 x64 server. …

php ssh centos pecl libssh2