Are there any TFTP libraries in Python to allow the PUT transfer of binary file to an IP address.
Ideally I would rather use a built in library if this is not possible then calling the cmd via python would be acceptable. Usually if TFTP is installed in windows the command in command prompt would be:
tftp -i xxx.xxx.xxx.xxx put example_filename.bin
One thing to note is that python is 32bit and running on a 64bit machine. I've been unable to run tftp using subprocess.