sftp [email protected]
输入密码后出现:
Write failed :Broken pipe
Couldn't read packet : Connection reset by peer
解决方法:
chown root:sftp /data/files <---貌似最关键的就是这个所有者,要是root才行?
chomod 755 /ssr/files
以上这篇完美解决Linux搭建sftp出现Write failed:Broken pipe的问题就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持脚本之家。