...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
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
...