sshfs is slow but convenient.
What we normally do is:
- mount a remote folder
- Open an IDE on it
- Read the code, do modifications and then push modified files.
what we won't do it modifying remote files directly, so it's a one way synchronization process.
I know there are some options that could be added to sshfs and speed up the file system in this scenario, like local caching, etc.
Will we support this options?