Mount SSH folder on Windows
Install SSHFS
winget install SSHFS-Win.SSHFS-Win
Mount folder
net use Z: \\sshfs\user@host\path
# or
\\sshfs\[email protected]
winget install SSHFS-Win.SSHFS-Win
net use Z: \\sshfs\user@host\path
# or
\\sshfs\[email protected]