Open hugodu21 opened 6 days ago
Hello,
On a windows 10 computer, im trying to mount the D drive of a Win32-OpenSSH server...
Thoses commands works correctly: net use x: \sshfs\USER@192.168.1.15\Desktop (it gives me access to the Desktop folder)
net use w: \sshfs\USER@192.168.1.15......\Users (it gives me access to the Users folder)
net use v: \sshfs\USER@192.168.1.15........ (it gives me access to the root of the C: drive)
Is there a way to access to the D drive ?
the solution was net use v: \sshfs.r\USER@192.168.1.15
Hello,
On a windows 10 computer, im trying to mount the D drive of a Win32-OpenSSH server...
Thoses commands works correctly: net use x: \sshfs\USER@192.168.1.15\Desktop (it gives me access to the Desktop folder)
net use w: \sshfs\USER@192.168.1.15......\Users (it gives me access to the Users folder)
net use v: \sshfs\USER@192.168.1.15........ (it gives me access to the root of the C: drive)
Is there a way to access to the D drive ?