摘要:今天通过winscp上传文件到centos服务器上,遇到一个报错:Received SSH2_MSG_CHANNEL_DATA for nonexistent channel 0。查了一下,原因很简单:你的磁盘可用空间不足了,使用df -h命令查看下磁盘使用情况,扩容或者清理下无用文件吧。 今天通过winscp上传文件到centos服务器上,遇到一个报错:Received SSH2_MSG_CHANN...
使用WinSCP传输文件到Linux的时候,文件传输到一半就报错,提示 Received SSH2_MSG_CHANNEL_DATA for nonexistent channel 0 问题原因 通过服务器排查,发现是磁盘满了导致的,输入命令df -h看到磁盘sda3已满。 解决方法 1、清理磁盘 2、扩容磁盘
isarridercommentedJan 3, 2023 Hi, when using Dropbear together with this sftp server (and WinSCP), I get after like transferring a few hundred Megabytes: Can I help debug this somehow? (Reference:ewxrjk/sftpserver#17) I haven't seen that before - does it happen at the end of a tran...
Hi, when using Dropbear together with this sftp server (and WinSCP), I get after like transferring a few hundred Megabytes: Can I help debug this somehow?Owner ewxrjk commented Jan 3, 2023 SSH2_MSG_CHANNEL_DATA is from SSH, not SFTP, so I don't think this can be anything to do...