SSH2
Posted by: Botola59 (217.175.54.---)
Date: July 15, 2020 04:20PM

Hello, don't find how to connect SSH2 with WAMP using Windows. In services i see in right way "PHP_SSH2" but when I run my script, Fatal error: Call to undefined function ssh2_connect() in C:\wamp\www\.... .
Some help me please? Thanks

Options: ReplyQuote
Re: SSH2
Posted by: Otomatic (Moderator)
Date: July 15, 2020 07:33PM

Hi,

> Call to undefined function ssh2_connect() in C:\wamp\www\....
The error message is very clear! If the function does not exist, you have not installed SSH2!

SSH2 is not part of the basic PHP distributions, therefore does not exist in Wampserver, it is up to you to install it correctly by following the related documentation.

See: [www.php.net]

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: SSH2
Posted by: Botola59 (217.175.54.---)
Date: July 16, 2020 08:44AM

Thanks

Options: ReplyQuote


Sorry, only registered users may post in this forum.