-
I have been trying to mount a remote linux home folder on Windows 10.
I mounted it successfully through explorer map network drive but I want to prevent any accidental writes/deletes on that mounted …
-
I'm trying to get absolute symlinks in my linux home directory working, on from a win10 client.
I can nice clean results off the command line with `-o follow_symlinks,rellinks`:
`sshfs.exe -o …
-
This one took me down a rabbit hole, but I was victorious!
I had an older Debian machine where I could access and create files inside a folder accessed through a symbolic link and another one whe…
-
### Please agree to the following
- [X] I have searched [existing issues](https://github.com/cryptomator/android/issues?q=) for duplicates
- [X] I agree to follow this project's [Code of Conduct](htt…
-
Been using sshfs-win for a little over a month now. I've run into an issue where the mount will randomly die.
I have been able to reproduce the issue multiple times tonight, but am not sure how to …
-
### Context
We are evaluate WinFSP as the driver for a custom VFS for source control. In my performance benchmarks, I'm noticing that single-threaded reads on MemFS are 1.4x slower than my regular NV…
-
Steps to reproduce:
1. Mount a disk by sshfs-win.
2. Use windows default photo viewer open a picture on the disk.
3. Press key '->' again and again to view next image.
-
I connected to a remote kernel with ssh by following [this](https://docs.spyder-ide.org/current/panes/ipythonconsole.html?highlight=ssh#connect-to-a-remote-kernel). However, I wasn't able to find any …
-
The sshfs-win drive works great for a while, but hangs after ~24 hours or so.
The network is somewhat stable - at least the putty session to the same server is still active (a few weeks already). B…
-
Hi team,
Just a quick question: is FUSE 3 supported by `securefs`? I see a hard-coded `FUSE_USE_VERSION=29` in the code.