Robert Penz
Robert Penz
Currently the TFTPy Server does use a random Source Port with the Source Port of the request of the client as destination port for sending files. This seems to make...
I did a test with twisted version 11.1.0 and the problem with the descendant method is fixed, but with this version but you still get errors: ``` 2014-02-28 09:43:24+0100 [TFTP...
I'm looking into the possible to extend your code to provide following features for a read only tftp server: - If a file is requested and the file can be...
It would be nice that the tftpclient could be used to download a file into memory (IOStrings). I did a quick and dirty method for TFTPClient: ``` python def getAsIOString(self,...