tftpy icon indicating copy to clipboard operation
tftpy copied to clipboard

Pure Python TFTP library

Results 38 tftpy issues
Sort by recently updated
recently updated
newest added

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

pending

(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...

feedback needed

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...

pending

Is this possible to calculate size of how much size is uploaded during uploading time?

pending

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...

planned feature

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...

planned feature

``` 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...

plan to fix

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

planned feature

When using TftpClient.download with a StringIO, it should not close it after the download otherwhise it's impossible to read the content

plan to fix

If you pass unicode into tftpy you end up with an obscure encode error. The library should just catch that up front.

plan to fix