evsar3 / sshfs-win-manager

A GUI for SSHFS-Win (https://github.com/billziss-gh/sshfs-win)
MIT License
1.11k stars 84 forks source link

missing custom command line params #150

Open luciandf opened 2 years ago

luciandf commented 2 years ago

Hello,

Is there a way to add the following custom command line parameters?

-o FileInfoTimeout=-1       # enable file caching
-o DirInfoTimeout=1000      # but keep dir caching at 1 sec to pick up remote changes

I am trying to watch a video file over sshfs mounted with sshfs-win-manager and the connection in very slow and it appears that these parameters can improve the experience.

evsar3 commented 2 years ago

Hi,

I'm gonna make some changes to allow users to set any options they want very soon. I'll let you know on this issue when it's ready.

Best,