简体   繁体   中英

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM