TFTPServer icon indicating copy to clipboard operation
TFTPServer copied to clipboard

Consider adding optional UTF-8 encoding support for filenames

Open jpmikkers opened this issue 4 years ago • 0 comments

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.

jpmikkers avatar Mar 14 '22 11:03 jpmikkers