Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/sockets/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sockets 从shell启动tftpd(作为独立的)_Sockets_Tftp - Fatal编程技术网

Sockets 从shell启动tftpd(作为独立的)

Sockets 从shell启动tftpd(作为独立的),sockets,tftp,Sockets,Tftp,我想从linux shell配置并启动tftpd。 如果我打电话: tftpd -l -a 127.0.0.0:69 ... 我总是: tftpd: stdin is not a socket: Socket operation on non-socket my/etc/services中没有tftp设置。嵌入式系统的示例解决方案可以是: # udpsvd -E 0 [PORT] tftpd -c [DIR] 对于PXE引导,在Python中使用TFTP的解决方案是

我想从linux shell配置并启动tftpd。 如果我打电话:

tftpd -l -a 127.0.0.0:69 ...
我总是:

tftpd: stdin is not a socket: Socket operation on non-socket

my/etc/services中没有tftp设置。

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

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

对于PXE引导,在Python中使用TFTP的解决方案是