PHP ssh2://
介绍
该libssh2库提供了对资源的访问使用安全的加密传输在远程机器上。这些是外壳程序,远程执行程序,隧道,文件传输 和 SCP。PHP具有这些资源的包装器。它们分别是ssh2.shell://、ssh2.exec://、ssh2.tunnel://、ssh2.sftp://和ssh2.scp://。
请注意,默认情况下未启用这些包装器。必须安装PECL提供的SSH2扩展名。
用法
ssh2.shell://user:pass@example.com:22/xterm ssh2.exec://user:pass@example.com:22/usr/local/bin/somecmd ssh2.tunnel://user:pass@example.com:22/192.168.0.1:14 ssh2.sftp://user:pass@example.com:22/path/to/filename