这个非常有用,这样我可以方便的再 windows 机器和 linux 服务器之间传输文件,不用再用 Winscp。更方便的是,你可以直接再 windows 上用 vscode 写 linux 下面的代码,然后直接 zailinux 运行,当然是用个远程的 terminal,省去了文件传传来传去。这个甚至不需要局域网,over internet 也可以,只要你可以 ssh linux 的服务器就行
很简单:
\\sshfs\username@google.com!12345/
\\sshfs\user@host/../..
ref:
https://superuser.com/questions/1423371/sshfs-remote-directory-mounting-syntax https://github.com/winfsp/sshfs-win/issues/92
本文章使用limfx的vscode插件快速发布