0- Download and Install https://github.com/billziss-gh/sshfs-win

1- open cmd and type

sshfs
set CYGFUSE=WinFsp
set "PATH=C:\Program Files\SSHFS-Win\bin;%PATH%"
sshfs -o idmap=user -o transform_symlinks -o follow_symlinks -o StrictHostKeyChecking=no abunimeh@psexport.slac.stanford.edu:/ H:

This will mount it on H: drive

2- to unmount just close the cmd window

  • No labels