Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有时似乎会遇到这些错误;
Unable to open channel in /home/Net/SSH2.php on line 3833
并且想知道是否有办法通过增加等待响应的时间来缓解这些问题?
谢谢
通过设置超时,像这样:
$ssh = new Net_SSH2('hostname'); $ssh->setTimeout(10);