0

我使用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]

有人知道上述错误吗?

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

4

1 回答 1

1

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

  1. 启用 Windows 防火墙。
  2. 为 Tftp 服务器创建规则(Widnows 防火墙-> 高级设置-> 入站规则-> 新规则)以允许连接并为域、公共和私有应用规则。
于 2015-06-29T13:26:10.787 回答