我想从linux shell配置并启动tftpd。如果我调用:
tftpd -l -a 127.0.0.0:69 ...我得到的总是:
tftpd: stdin is not a socket: Socket operation on non-socket我的/etc/services中没有tftp设置。
发布于 2012-02-15 17:46:55
嵌入式的示例解决方案可以是:
# udpsvd -E 0 [PORT] tftpd -c [DIR]发布于 2012-06-15 06:42:46
对于PXE引导,Python和TFTP中的解决方案是https://github.com/psychomario/PyPXE
https://stackoverflow.com/questions/9280343
复制相似问题