We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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\[email protected]\Desktop (it gives me access to the Desktop folder)
net use w: \sshfs\[email protected]......\Users (it gives me access to the Users folder)
net use v: \sshfs\[email protected]........ (it gives me access to the root of the C: drive)
Is there a way to access to the D drive ?
The text was updated successfully, but these errors were encountered:
the solution was net use v: \sshfs.r\[email protected]
Sorry, something went wrong.
No branches or pull requests
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\[email protected]\Desktop (it gives me access to the Desktop folder)
net use w: \sshfs\[email protected]......\Users (it gives me access to the Users folder)
net use v: \sshfs\[email protected]........ (it gives me access to the root of the C: drive)
Is there a way to access to the D drive ?
The text was updated successfully, but these errors were encountered: