dokan-dev / dokan-sshfs

Dokan SSHFS
277 stars 60 forks source link

will you allow custom sshfs options? #16

Open zhangfuwen opened 7 years ago

zhangfuwen commented 7 years ago

sshfs is slow but convenient.

What we normally do is:

  1. mount a remote folder
  2. Open an IDE on it
  3. 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?

Liryna commented 7 years ago

Dokan-sshfs is more an example of dokany usage. If you feel you want to improve it, that would be great !

Otherwise there is https://github.com/Foreveryone-cz/win-sshfs that can probably improve your situation (more advanced that dokan-sshfs)