Created
October 13, 2019 06:55
-
-
Save borisisok/cd90748b26f2e14d907ad287f377efff to your computer and use it in GitHub Desktop.
SSHFS for Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1) install https://github.com/billziss-gh/winfsp | |
# 2) install https://github.com/billziss-gh/sshfs-win | |
# 3) mount remote host now | |
net use X: \\sshfs\pi@172.16.2.251 |
Hi Boris, nice to have it on a page like this; now I can message to fellow googlers: for absolute symlinks to work, too, mount the root dir by appending \..\..
to the UNC path. (Just \
gives "network name cannot be found", and /
just stays in ~.)
UPDATE: //
has been said to work too, but it didn't for me. But using the \\sshfs.r\
prefix did! See: https://superuser.com/questions/1423371/sshfs-remote-directory-mounting-syntax
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://nelsonslog.wordpress.com/2017/07/19/windows-sshfs-clients/