其它服务
在线手册:中文  英文

Secure Shell2


其它服务
在线手册:中文  英文

用户评论:

zelnaga+php at gmail dot com (2009-02-25 12:45:15)

if you're trying to connect to an ssh server in an environment where the ssh2 extension cannot be installed this pure-php implementation may be helpful:
http://phpseclib.sourceforge.net/documentation/net.html

tom at r dot je (2008-07-03 02:38:27)

As an alternative to using SSH2, it's easier to mount a remote file system ( http://ubuntu.wordpress.com/2005/10/28/
how-to-mount-a-remote-ssh-filesystem-using-sshfs/ ) and use the standard php copy() unlink() etc files.

易百教程