Skip to content

Commit

Permalink
Return text describing origin diff back
Browse files Browse the repository at this point in the history
  • Loading branch information
sepich committed Jul 30, 2015
1 parent 7ab349b commit bf64034
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
Win-SSHFS
WinSshFS 4every1 edition
========================

I decided to share my clone of win-sshfs based on <https://github.com/apaka/win-sshfs>
I did some improvments for my needs. Current devel branch version seems to be very stable.

![](https://habrastorage.org/files/d8d/73c/c3c/d8d73cc3c066461988cca55ea1336714.jpg "UI")
![img](https://habrastorage.org/files/d8d/73c/c3c/d8d73cc3c066461988cca55ea1336714.jpg "UI")

This is fork of [dimov-cz/win-sshfs](https://github.com/dimov-cz/win-sshfs)
As original project seems abandoned, i've made some changes to my needs here:
There are several changes, main differences:

* current Renci SSH (2014.4.6beta)
* solved few bugs like payload, 2 hosts and others
* Puttyant (Pageant) support
* settings files location is in fixed place (%USER%/APPDATA/winsshfs)
* "spooldrive" - all remote hosts can by mount as mountpoint dir in one virtual drive
* archive flag of file in windows represents and controls permission for group:
* ON => group have same rights as owner
* OFF => same rights as others)
* Ability to use Proxy for connections
* Send Keepalive packets. (Not configurable, each 60sec hardcoded)
* I use different versioning: 1.5.12.5 = version.subversion.release.build

Check [commits](https://github.com/sepich/win-sshfs/commits/devel) section for details.
You can get compiled binary in [releases](https://github.com/sepich/win-sshfs/releases).
And probably others , see logs for details.

0 comments on commit bf64034

Please sign in to comment.