从shell启动tftpd(作为独立版)

时间:2012-02-14 16:19:03

标签: sockets tftp

我想从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设置。

2 个答案:

答案 0 :(得分:0)

嵌入式示例解决方案可以是:

# udpsvd -E 0 [PORT] tftpd -c [DIR]

答案 1 :(得分:0)

对于PXE启动,使用TFTP的Python解决方案是https://github.com/psychomario/PyPXE