[BUG] Filenames of files downloaded via PrusaLink are truncated to 8.3 characters #4476
Labels
bug
Something isn't working.
good first issue
Good first issue for new developers.
prusalink
PrusaLink related
Printer model
MK4S
Firmware version
6.2.0
Upgrades and modifications
None
Printing from...
PrusaLink
Describe the bug
This one is really simple. If you have a model with a filename like:
My_Axolotl_Model.bgcode
...and you upload it to PrusaLink, it appears with that filename. But if you download it, PrusaLink sends it with the filename:
MYAXOL~1.BGC
...which, of course, is the 8.3-character truncated filename for older file systems like FAT16.
There's no reason why PrusaLink can't send the file with its full and original filename, which is obviously retained after uploading because it appears correctly in the PrusaLink file store for the printer.
How to reproduce
Upload a file with a filename that exceeds the 8.3 format. Download the same file and observe its filename.
Expected behavior
The file should be transmitted by PrusaLink with its full and original filename.
Files
No response
The text was updated successfully, but these errors were encountered: