pysmb
pysmb copied to clipboard
Filename with Unicode symbols gets cut off at the end
When uploading a file called "👍.txt" using conn.storeFile("share", "/👍.txt", fobj) its filename on the Samba server becomes "👍.tx".
This was tested using Python 3. Placing the same file onto the SMB share using other programs (e.g. Nautilus or pcmanfm) caused no problems.
likely same root cause as this issue here
https://github.com/miketeo/pysmb/issues/170