Tftpd64 无法将文件传输到客户端
Tftpd64 unable to transfer file to client
我正在使用 Tftpd64 作为向客户端传输文件的服务器。
现在,当客户端请求文件时,我在 Tftpd64 的日志查看器 window 中看到以下错误。
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]
有人知道上面的错误吗?
我也禁用了 PC 中的防火墙,但仍然出现同样的错误。
我终于可以启动 Tftpd64 服务器和 运行。我做了以下更改。
- 启用Windows防火墙。
- 为 Tftp 服务器创建规则(Widnows 防火墙 -> 高级设置 -> 入站规则 -> 新规则)以允许连接并为域应用规则,public 和私有。
我正在使用 Tftpd64 作为向客户端传输文件的服务器。
现在,当客户端请求文件时,我在 Tftpd64 的日志查看器 window 中看到以下错误。
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]
有人知道上面的错误吗?
我也禁用了 PC 中的防火墙,但仍然出现同样的错误。
我终于可以启动 Tftpd64 服务器和 运行。我做了以下更改。
- 启用Windows防火墙。
- 为 Tftp 服务器创建规则(Widnows 防火墙 -> 高级设置 -> 入站规则 -> 新规则)以允许连接并为域应用规则,public 和私有。