如果网速低于 1kb/s 那么为什么 SFTP 连接失败的频率更高
如果网络速度低于 1kb/s 那么为什么 SFTP 连接失败更频繁。
如果我提高网络速度,则 sftp 连接不会失败。
If network speed is less than 1kb/s then why SFTP connection fails more frequently.
If i increase network speed then no sftp connection fails.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这听起来像是一个超时问题。您的连接速度较慢可能会导致 SSH 连接重置。尝试添加
您的
ssh_config
。This sounds like a timeout problem. Your slower connection probably causes the SSH connection to reset. Try adding
in your
ssh_config
.还可以考虑使用可以从断开的连接中恢复的 sftp 客户端,例如 lftp。
Consider also using an sftp client that can recover from broken connections as for instance lftp.