diff --git a/README.md b/README.md index e652fe4..e1517f1 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,23 @@ -Win-SSHFS +WinSshFS 4every1 edition ======================== + +I decided to share my clone of win-sshfs based on +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.