evsar3 / sshfs-win-manager

A GUI for SSHFS-Win (https://github.com/billziss-gh/sshfs-win)
MIT License
1.11k stars 84 forks source link

Register for the sftp: protocol #177

Open Mannshoch opened 1 year ago

Mannshoch commented 1 year ago

Please register this manager for the sftp protocol

sftp://{USER}:{PASSWORD}@{SERVER}:{PORT}/{PATH} should auto-connect a empty drive-letter

in SSHFS-Win Manager there should be a setting to pin a server to a certain drive letter. If this letter is blocked auto chose the next one.

[HKEY_CLASSES_ROOT\sftp\shell\open\command]
@={PATH-TO-SSHFS-WIN-MANANGER}

While browsing for a solution I found this: https://learn.microsoft.com/en-us/windows/win32/search/-search-3x-wds-ph-install-registration

I'm not a developer but may it helps solving that issue.