simple-tftp
simple-tftp copied to clipboard
A simple tftp program
Results
1
simple-tftp issues
Sort by
recently updated
recently updated
newest added
Client and server use SOCK_STREAM, which basically means TCP while all TFTP protocol requires using UDP. Therefore both won't work with any other TFTP software. So at least it's worth...