tftpy
                                
                                 tftpy copied to clipboard
                                
                                    tftpy copied to clipboard
                            
                            
                            
                        Pure Python TFTP library
Pass in a parameter for the af_family Set the socket and address based on that parameter Adjust the recvfrom and sendto return types based on the parameter
(Unfortunately, this is again based on the previous two pull requests / branches. I'll happily rebase if you're not interested in pulling them.) This basically re-implements my older patch from...
Hello, I was just using this library and noticed when dumping to stdout by using the "-" option there is the following error: ``` [2020-09-11 08:16:42,305] options -> {} [2020-09-11...
Is this possible to calculate size of how much size is uploaded during uploading time?
I would like to have the listen method in the TFTPServer class split up into smaller logical methods so its possible to override them and get in the middle of...
dyn_file_func currently accepts just the filename. In the application I wish to use tftpy, I need to serve up files using dyn_file_func based on the source MAC address. To do...
``` msoulier@merlin:~/work/tftpy$ PYTHONPATH=. python bin/tftpy_client.py -d startup.cfg --host=10.39.40.21 Both the --host and --filename options are required. Options: -h, --help show this help message and exit -H HOST, --host=HOST remote host...
Basically, there is just couple lines of code: 1. Forward input parameter from TftpClient to TftpContext 2. After creating a socket in TftpContext bind it to the passed address
When using TftpClient.download with a StringIO, it should not close it after the download otherwhise it's impossible to read the content
If you pass unicode into tftpy you end up with an obscure encode error. The library should just catch that up front.