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.
我有两个问题。
1.我正在使用带有私钥的SFTP并通过phpseclib连接。我需要关闭连接还是它会自动关闭连接。如果我需要关闭我该怎么做?
2.phpseclib上传失败如何恢复上传?
提前致谢。
如果您使用的是 PHP5,由于析构函数,连接将自动关闭。
我认为目前无法恢复上传。可能是您想向 phpseclib 作者询问添加的内容。