Allow SSHFS command-line options to be passed via sshfs-win.c
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 6.4k
- Forks
- 315
- PR merge metrics
- No merged PRs in 30d
Description
The sshfs-win.c program currently hardcodes the command-line arguments passed to sshfs. This should be rectified.
#9 #39 #45 #46
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 in sshfs-win.c and inspect where the program constructs the command-line arguments passed to sshfs. Trace the command-line entry point and replace the hardcoded behavior with forwarding of the supported SSHFS options; the work is done when those options reach sshfs correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100