Enabling Remote Editing: Emacs' Tramp + plink on Windows

I am using plink to connect to my server. To visit my remote server, I only need to use C-x C-f /plink:SESSNAME:/path/to/your/file/on/server/ Below is a screenshot of how to open a remote file/folder. The Tricky Part The tricky part is that, when using plink, the second field is session name saved on PuTTy (see here). Therefore, one need to open PuTTy and save a session there. I was thinking that I set a hostname at ....

February 20, 2023 · 1 min · 85 words · Me