Cannot access files in explorer with .vps

Open
#255 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
visualbasic

Research direction

Start by reproducing the mapping from sshfs.vbs, comparing access through cmd with U: against access through Windows Explorer. Investigate the sshfs-win service and mount behavior using the provided command; done means the mapped drive is accessible in Explorer as well as cmd with the identity file.

Written by the indexing model from the issue text.

Description

I create this sshfs.vbs file, double click to run it. I can access files in cmd with command U:, but I cannot access files in explorer.

Set objShell = WScript.CreateObject("WScript.Shell")
objShell.Run("sshfs-win svc \sshfs.kr\uname@ip U: -oIdentityFile=%USERPROFILE%/.ssh/id_rsa -odebug"), 0, True
Dominant language
C
Stars
6.4k
Forks
315
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from winfsp/sshfs-win

All issues in winfsp/sshfs-win

Similar issues

More C issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.