Tftpd64无法将文件传输到客户端

时间:2015-06-23 06:27:01

标签: windows networking file-transfer tftp

我使用 Tftpd64 作为服务器将文件传输到客户端。

现在,当客户端请求文件时,我在Tftpd64的日志查看器窗口中看到以下错误。

Connection received from 2a01:7e00:e000:11c:3546:7805:766:7110 on port 61445 [23/06 11:50:44.967]
Read request for file <test.ota>. Mode octet [23/06 11:50:44.967]
OACK: <blksize=1200,timeout=5,> [23/06 11:50:44.967]
Using local port 61801 [23/06 11:50:44.967]
File <test.ota> : error 10054 in system call recv An existing connection was forcibly closed by the remote host. [23/06 11:50:45.131]

是否有人对上述错误有所了解?

此外,我在我的电脑中禁用了防火墙,但仍然出现同样的错误。

1 个答案:

答案 0 :(得分:0)

最后,我可以启动并运行 Tftpd64 服务器。我做了以下更改。

  1. 启用Windows防火墙。
  2. 为Tftp服务器创建规则(Widnows firewall-&gt;高级设置 - &gt;入站规则 - &gt;新规则),以允许连接和应用域,公共和私有规则。