TFTPServer
TFTPServer copied to clipboard
Consider adding optional UTF-8 encoding support for filenames
Currently TFTP does not support non-ASCII filenames (e.g. Chinese). This could be fixed by (optionally) encoding and decoding the filename fields as UTF-8.