tftpy
tftpy copied to clipboard
Pure Python TFTP library
I am trying to use this library in a larger project involving downloading from different hosts with different protocols and importantly with my own logging concept. The included logs of...
``` except TftpFileNotFoundError as err: # If we received file not found, then we should not save the open # output file or we'll be left with a size zero...
I am running Python 3.8.5 I have a seperate TFTP Server that ignores options and I wanted to send a request that didn't have any options. However, I got a...
Is there any possibility to calculate the checksum of client.upload where the client is the object of tftpy.TftpClient
if the source folder has a names with spaces it is not able to reach that folder and causing problem simple hack is use the "" for specifying the path...
When tftpy runs as a server and a data packet is lost, all further requests for the lost packet are just logged as duplicate ACKs by tftpy. If I add...
Hi, I see that the server accepts timeout as an optional param, with default value = 5sec (SOCK_TIMEOUT). In my understanding , when the client is downloading a file this...
I rebased my former pull request off of the current master branch. If None is given as tftproot upon tftpServer creation, the server always forwards the file returned by its...
Hello, I know you haven't worked on that project in a while, yet I hope you'll have time to review this... It introduces support for IPv6 on the client side...
I took some time to look over the implementation of the progress hook for the client and in this pull request I have implemented the progress hook in the tftpy...