日期:2014-05-17  浏览次数:20425 次

php 加 php_ssh2.dll ,使php支持 sftp
下载php_ssh2.dll,放入php下的ext

然后在php.ini里添加extension=php_ssh2.dll

重启apache就可以了。