In order to listen on port 69, python must be running as root. Then, type these lines in the python interactive shell.
from tftpy import TftpServer
server = TftpServer("tftproot")
serve.listen()
tftproot is the path to the tftproot directory.
No comments:
Post a Comment