winfsp / sshfs-win

SSHFS For Windows
https://winfsp.dev
Other
5.04k stars 254 forks source link

Need information on how to use sshfs-win command to map network drives. #224

Open ramaraosrikakulapu opened 4 years ago

ramaraosrikakulapu commented 4 years ago

Is it possible to map network drives with sshfs-win from command prompt?

I am trying as follows -

> sshfs-win cmd "net use X:\ user@host!9999"

but its not working.

nand0san commented 4 years ago

I use this from a non admin cmd:

net use x: \sshfs\useronpc=useronserver@server password /persistent:yes