You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

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