sshfs-win-manager icon indicating copy to clipboard operation
sshfs-win-manager copied to clipboard

[DISCUSSION] Project status and planning

Open evsar3 opened this issue 5 years ago • 12 comments

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

evsar3 avatar May 17 '20 17:05 evsar3

It would be great also if this have support for rclone to mount buckets like google drive, s3 storage and etc.

ebvjr avatar May 17 '20 21:05 ebvjr

Thank you for this job!. It would be nice to have portable mode and easy duplicate connection.

tj57 avatar May 20 '20 10:05 tj57

Hello @tj57

This can actually be done very easily. Please, open an issue with this request so we can track its progress better.

😎

evsar3 avatar May 21 '20 15:05 evsar3

[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!

evsar3 avatar May 22 '20 16:05 evsar3

First look at advanced UI!

image

This is a starting point for implementing #13

😃

evsar3 avatar May 22 '20 16:05 evsar3

Version v1.2 is out! Update now!

evsar3 avatar Oct 03 '20 20:10 evsar3

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>

Luckyvb avatar Nov 12 '20 21:11 Luckyvb

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

ghost avatar Nov 16 '20 21:11 ghost

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

evsar3 avatar Nov 17 '20 01:11 evsar3

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?

Dolphran avatar Jan 29 '21 18:01 Dolphran

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?

Yaroslav-95 avatar Jan 16 '22 19:01 Yaroslav-95

  • 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?

mrdc avatar Nov 04 '23 11:11 mrdc