1

Are there any modules for Python, that can be used as a TFTP server? I tried Tftpy, but when I try to upload something, it says:

ERROR:tftpy:Write requests not implemented at this time.

In fact, that's the only function that I need.

slayernoah
  • 4,382
  • 11
  • 42
  • 73
user285070
  • 761
  • 2
  • 12
  • 21

1 Answers1

4

You may try tftpgui from http://code.google.com/p/tftpgui/ but it's GPL'ed.

UPD: uploading is available starting with TFTPy 0.5.0+

UPD2: I personally found PyPXE minimal hackish TFTP implementation sufficient for bootstrapping virtual machines. If your use case the same as mine - use that.

anatoly techtonik
  • 19,847
  • 9
  • 124
  • 140