Python 3 TFTP client

0

I'm doing a project in python 3, is to create a client for TFTP protocol. If I write "get 'file'" I just can download the first data block of 512 bytes of this file but I can not acknowledge the server to receive the other parts of the file. PS: The File has 5KB of memory. I have to send 8 datagrams and send 8 acknowledge. Can you help me? Please !!!

    
asked by anonymous 09.06.2016 / 01:30

0 answers