Feature request: Simplify mount path \\sshfs\host
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 6.4k
- Forks
- 315
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to simplify the mount path even further, using the logged in user if not specified, so the syntax would end up like this:
net use Z: \\sshfs\host [user]
The current version requires \\sshfs\user@host.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the implementation that parses the current \sshfs\user@host mount syntax used by net use. Trace how the logged-in user and optional [user] argument are handled, then verify that both the existing form and the requested simplified form produce the expected mount behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- cli, operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 39/100