meganz / MEGAsync

Easy automated syncing between your computers and your MEGA Cloud Drive
Other
1.58k stars 279 forks source link

[bug] Tailing dot `.` in a folder name breaks downloading #778

Open AlttiRi opened 1 year ago

AlttiRi commented 1 year ago

If a folder's name contains . at the end, then MEGAsync creates a folder without . at the end (since it's not a valid file name in Windows), but files are not downloaded into this folder. The app just displays errors.


The related issue: https://github.com/meganz/MEGAsync/issues/706 — it's still not fixed — it creates "broken" files/folders for Windows File Explorer without trimmed space(s) .

mattw-mega commented 1 year ago

Hi @AlttiRi , you are right about this one, I can easily reproduce it with a manual folder download, where that folder name ends in . . I'll raise a ticket internally and it should get fixed for the next release. Thanks very much for reporting