win-sshfs icon indicating copy to clipboard operation
win-sshfs copied to clipboard

Git repo for http://code.google.com/p/win-sshfs/

Results 6 win-sshfs issues
Sort by recently updated
recently updated
newest added

The persist function is only called on non-user shutdown (like reboots) with current behavior. Changed behavior to persist config changes whenever the program closes form to account for more scenarios....

hello apaka! i fixed win-sshfs event handle leak problem. pls review this fix. I wrote this thing in my blog. https://wordpress.com/post/stofublog.wordpress.com/221

README.md (only change) Dokan library is not required to run, but to actually mount stuff. This should be declared better. Other than that this project works like a charm to...

this adds a password prompt for those people who dont want their passwords to be saved.

The SFTP server Paramiko (and other strictly SFTP configured servers) do not permit side-channel SSH commands. The current implementation requests these, but does not supply a timeout or fault handler...