Hello!
I am porting an MTP client to Haiku to access files on my Android phone. This comes with a FUSE backend that should be usable with userlandfs. I found that userlandfs currently implement FUSE 2, but this new software uses FUSE 3. I have started migrating userlandfs to implement the FUSE 3 API instead of FUSE2.
However, this means the following software would stop working as no FUSE 3 version is available yet:
- curlftpfs
- gphotofs
- fusesmb-haiku
So I would like to know if someone uses one of these, and if we can find a way to not break things for them. Let me know if you need this software!