• sugarcrm vagrant Function ssh2_connect not found, you cannot use ssh2 here

    Hi All, my code: <?php $host = 'sftp://x.x.x.x'; $port = 22; $username = ' username '; $password = ' password ; $remoteDir = '/folder1/ folder2 '; $localDir = '/ folder1 / folder2 '; if (!function_exists("ssh2_connect")) die('Function ssh2_connect…