pysmb icon indicating copy to clipboard operation
pysmb copied to clipboard

Filename with Unicode symbols gets cut off at the end

Open jancc opened this issue 7 years ago • 1 comments

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.

jancc avatar Aug 16 '18 12:08 jancc

likely same root cause as this issue here

https://github.com/miketeo/pysmb/issues/170

theoharr avatar Oct 13 '20 20:10 theoharr