To mount remote folder locally requires:
MacFUSE
sshfs
Both can be download from: https://osxfuse.github.io/

Or try:
brew install sshfs
mount the remote folder
xxxxxxxxxxsshfs <user>@<server>:<path> <local folder> -ovolname=<rename folder>
unmount the remote folder
xxxxxxxxxxumount <rename folder>
requires the following:
xxxxxxxxxx- sshfs-win:https://github.com/billziss-gh/sshfs-win/releases- winfsp:https://github.com/billziss-gh/winfsp/releases- SSHFS-Win Manager:https://github.com/evsar3/sshfs-win-manager/releases (GUI,可选)
Open the GUI and Add Connection
Recommend to open “Startup with windows”


