When mapping a network drive on Windows 10, after installing SSHFS-Win and WinFsp, I get the error message "Windows can't find ssfhs". Any idea why this is happening? Here is the steps that lead to that message
Edit: Following this discussion, I am able to map SFTP as a drive on Windows via the command line, by doing
cd C:\Program Files\SSHFS-Win\bin
set CYGFUSE=WinFsp;
set PATH=C:\Program Files\SSHFS-Win\bin
sshfs.exe -f -o idmap=user USER@SERVER: y:
I wonder why I can't seem to do it the other way.
