sshfs-win-manager
sshfs-win-manager copied to clipboard
[DISCUSSION] Project status and planning
I want to share with you that I'm back to work in the project! 🎉
First, I must say that I'm very glad for your feedback and I'm so happy that this project got so much attention in such a small time. I hope it's being useful at this quarentine helping people to remotelly work on they files.
I have defined some major changes to work at:
- Advanced UI with all SSHFS options;
- Auto-update;
- Create a debug tool for helping at throbleshooting;
- Extend it to be a multi-platform app and support the native sshfs on Linux and whatever people use on MacOS;
- Other bug fixes and improvements that might appear along the way.
Thank you.
#StayHome
It would be great also if this have support for rclone to mount buckets like google drive, s3 storage and etc.
Thank you for this job!. It would be nice to have portable mode and easy duplicate connection.
Hello @tj57
This can actually be done very easily. Please, open an issue with this request so we can track its progress better.
😎
[HELP WANTED]
Hello guys!
I'm looking for someone that can help me to create a list of all SSHFS options. I've have already created a gist with the starting of the options, but if someone can continue it while I work in the advanced interface, it would be so great!
The unfinished list: https://gist.github.com/evsar3/1c02089094d1e874ff0aa2f0293df48c
The SSHFS options reference can be found here: https://linux.die.net/man/1/sshfs
Thank you!
First look at advanced UI!

This is a starting point for implementing #13
😃
Version v1.2 is out! Update now!
Please add SSHFS options, now i change vuex.json to use it
- create_file_umask
- create_dir_umask
Maybe with options can be taken from xml or json config file, as sample
<option name="idmap">
<type>string</type>
<values allow="true">
<value>user</value>
<value>group</value>
</values>
</option>
Thanks for the great job, guys you save my life really, but I don't know but is there a way to do a ssh tunnel in the GUI before do the mount?
Thanks
Hello @krpovmu
See this answer on Stackoverflow: https://superuser.com/a/1257190/1218743
Use the advanced tab of your connection to add the ssh_command option
Hello - I noticed that when connecting with this app, my drive letter does not show up under "Network", but instead looks like a local drive in Windows explorer. This is different from how it shows if using 'net use X: \sshfs.kr\user@ip' What are the implications of this? Should Windows be aware that this is a network connection?
How do you add -o commands? For example, I would like for dotfiles to be hidden in Windows clients. I read here https://github.com/billziss-gh/sshfs-win/issues/310 that you can hide them adding the -o dothidden parameter. How do I go about adding that option in sshfs-win-manager?
- Extend it to be a multi-platform app and support the native sshfs on Linux and whatever people use on MacOS;
Thanks! Any good news concerning macOS support?