How can I create symlink on Windows to remote Linux folder using SSH?

1.3k Views Asked by At

I want to create a link to remote Linux folder from Windows 10 machine. I see Windows has SFTP and SCP commands built in for accessing remote machines. So there must be some way to create links as well.

I wonder if we can we do something like below? (forgive the syntax)

mklink /D c:\remotelinks\remoteDir ssh:user@host//linuxdir

1

There are 1 best solutions below

1
On BEST ANSWER