문제

I would like to configure and start tftpd from linux shell. If I call:

tftpd -l -a 127.0.0.0:69 ...

I get always:

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

there are no tftp settings in my /etc/services.

도움이 되었습니까?

해결책

Example solution for embedded can be:

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

다른 팁

For PXE boots the solution in Python with TFTP is https://github.com/psychomario/PyPXE

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top