问题标签 [tftp]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
tftp - 虚拟盒子中 Fedora 上的 Tftp 传输超时
我可以在我的机器上作为本地主机执行 tftp 并且可以获取文件。
但是当我试图从连接到同一交换机并且在同一网络中的其他机器上做同样的事情时。我的传输超时。
可以请一些帮助如何解决这个问题吗?
c++ - 解析文本文件而不存储(tftp)
我需要在下载后解析文本文件流,而不使用 tftp 协议将文本文件保存到硬盘或 SD 卡。我有有效载荷中的数据。请帮忙。
以下代码分配操作码和文件名。但是如何获取文件的内容呢?
u-boot - tftpboot 将内核映像从 win pc 复制到板在基于 dm365 的板上不起作用
我想在 uboot 引导加载程序中将uImage从 Windows pc 获取到基于 dm365 的板。u-boot 检测到以太网 phy。
为了测试 tftp 传输,我将 pc 与网络断开连接并将其直接连接到板。以下配置我在 u-boot 中使用,
当我从板 ping 报告“主机处于活动状态”时,我无法从板上 ping 设备。(我不知道是否需要这样做。)
然后我在windows pc上运行“tftpd32”,我适当地设置了root/base文件夹。
当我给出以下命令请求超时
当我在同事的电脑上执行相同的程序时,tftp 工作正常。在那台电脑上,ping 从板子到 pc 的工作方式是一种方式,它在 pc 到板子之间不起作用。
我在 windows 防火墙的允许程序列表中添加了 tftpd32 实用程序,可能是什么问题?有什么建议么 ??
wireshark - Windows 部署服务器 TFTP 连接问题
WDS有一个奇怪的问题,在启动过程中,我想得到一些意见。
正在发生的事情是 TFTP 引导过程在引导过程中失败并出现 PXE-E32 超时错误。引导服务器位于另一个子网上,DCHP 来自瞻博网络防火墙。
我已经在瞻博网络防火墙上配置了引导服务器和引导文件选项。
通过与 TFTPD 直接连接到完全相同的引导文件 (boot\x86\wdsnbp.com),我已经能够验证 TFTP 是否允许通过防火墙
当工作站进行 pxe 引导并且根本看不到 TFTP 数据包时,我做了一次wireshark 跟踪。
有什么想法吗?
c# - How to transfer files from a PC to a target linux board
I'm thinking about this problem, I know the way I'd like to proceed, but I do not know yet how to implement it (and when I say "how" I mean that theoretically I don't know if I should use TFTP, FTP or other methods, not that I need the code..otherwise there will be no fun for me!! ahah).
I would like to write an application (c, c++ or c#) that is able to connect from a Windows PC to a Linux board to modify files. What I actually do (manually) is:
- serial connection to the board;
- open the Linux console;
- login as root;
- change directories until I find the configuration file that I want to change;
- open the file with VI and edit it;
- reboot from Linux console.
Do you think there is a way to do this automatically? I mean, login as root, copy the target file on the pc, and then upload to the board the modified file? I'm asking this, because I don't want to take the risk of accidentally change something wrong.
Thanks all, electroDi
udp - 具有不同实例的 TFTP 服务器
我正在尝试为多个站点创建一个 tftp 服务器。服务器只有一个 IP 地址(10.10.1.69),但必须处理多个 tftp“实例”。
目前我已经在 rlinetd 中安装了带有两个服务的 atftpd 和两个单独的端口(6901 / 6902)。
我的手机正在查看端口 69(不变)。站点 A (10.10.40.0/24) 和站点 B (10.10.41.0/24) 的那些。
如何将引用源 IP 范围的这个 udp 流量拆分到一个或另一个端口?
提前致谢
udp - 选择 TFTP TID
TFTP 的 RFP 说 TID 在大多数情况下:
应该是随机选择的,这样同一个数字被连续选择两次的概率非常低。
问题是,这些“TID”也用作 UDP 端口号。但是一个典型的网络接口不能只供 TFTP 使用。一些端口可能正在使用中,而其他端口基本上应该为特定应用程序“保留”。我什至不确定程序在运行时可以去哪里查找这些信息。
那么 TFTP 实现应该如何处理这个问题呢?
java - DatagramSocket 会随机停止接收数据包(有时仍然接收)
我正在尝试用 Java 实现一个 TFTP 客户端。客户端在 Localhost 上运行良好,有时可以通过网络发送到 TFTP 服务器。但是,有时我的 DatagramSocket 会随机停止接收数据包。它将发送一个读/写请求,但它永远不会收到服务器尝试发回的下一条消息。我检查了 Wireshark,服务器肯定会接收并尝试发送。防火墙在需要的地方被关闭。无法弄清楚问题是什么。这是我正在使用的代码:
python - 实现 TFTP、FTP、SFTP 服务器的 Python 包
我正在使用tftpy在我的 Python 程序中创建 TFTP 服务器,效果非常好。但是,我需要其他类型的服务器:TFTP、FTP、SFTP。我可以使用什么包来支持所有这些?
file-io - 在 TFTP 服务器中创建文件
我有这样的要求。日志文件必须在 Ubuntu 的 TFTP 服务器中创建。我正在使用这个 TFTP 版本(tftp-hpa 0.49)。
这里唯一的问题是,我转储到 TFTP 服务器的日志文件必须已经存在。如果该文件不存在,我将无法创建日志文件。我的要求是在 TFTP 服务器中动态创建日志文件。
请让我知道,有什么办法可以达到我的要求。