-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
WSL 2 alternative to SFTP Net Drive using SSHFS #91
Labels
Comments
Ok, I made a first attempt. The code is in commit 781d0f3 Still to do:
|
aryarm
added a commit
that referenced
this issue
Oct 17, 2020
aryarm
added a commit
that referenced
this issue
Oct 27, 2020
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WSL 2 ships with FUSE support! Thus, in theory, it should be possible to use SSHFS on WSL 2 to mount a remote, ssh-accessible directory as a drive in Windows. This could serve as a replacement to SFTP Net Drive on Windows.
Unfortunately, there is a specific set of options that must be passed to
sshfs
when mounting a directory. In addition, users ofsshfs
will need to execute a couple cleanup commands to ensure the directory is correctly detached upon exit.It would be great if we could create a function/alias that would do all of this for us automatically...
The text was updated successfully, but these errors were encountered: