tags:

views:

149

answers:

1

Hello.

Are there any modules for python, that can be used as 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, it's the only function that I need.

+1  A: 

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

0.4.x versions (0.4.6 in particular) of TFTPy indeed do not have write capability, but it will likely be available in 0.5.x branch.

techtonik