Hey Michael, I gave your changes a rip (via the latest emacs-28 branch (22a832ad82ed7d099e6ee3a947a5841d84e475c4)) and they worked like a charm! I was able to open/save/copy/move/delete both files and directories with names containing ". ". Thanks for the speedy response and the quick fix, you are awesome! Cheers, Evan MacTaggart On Thu, Jun 9, 2022 at 6:51 AM Michael Albinus wrote: > Evan MacTaggart writes: > > Hi Evan, > > > So after tramping into an SMB file server, I'm trying to find-file > > into a directory whose name is as so: "/smb:username%DOMAIN@fsname:/my > > path/1234. Some Name". The problem with this filename is that the > > filename contains a ". ", which throws a tramp-error. And as per the > > code comment is "not supported", however it seems as though, at least > > for the server I'm connected to, this is supported. > > Thanks for the report and the analysis! > > > I'm certainly not the most well versed on the samba protocol, but > > perhaps look into this and see if the once invalid file names are now > > valid. Or perhaps describe specifically what is not supported about > > this filename. I'd imagine/assume this is due to a newer SMB version > > than what the following code was initially written for. > > I've digged into this, and you are right: There is no SMB protocol > problem. There is an error in tramp-smb-handle-write-region, which > didn't quote tmpfile when sending "put ...". Since it wasn't detected > earlier, it was regarded as problem of SMB, resulting in the wrong > check. > > I've fixed this now, and I've also adapted the check in > tramp-smb-get-localname. Pushed to the emacs-28 git branch. Will appear > with Emacs 28.2 as well as with the next GNU ELPA Tramp release (2.5.3 > or 2.6.0, not decided yet). > > > Thanks in advance, and let me know if there's anything else you need > > from me. > > You could test with the emacs-28 git branch. For the master branch, I > haven't pushed a fix yet, because I'd like to rework it for being more > robust. If you don't use a git clone, you can consult the patch at > < > https://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-28&id=3fd08543782d0d417eaa2dda0727ea16b3271710>. > Does > it work for you as well? > > > Cheers, > > Evan MacTaggart > > Best regards, Michael. >