forked from apaka/win-sshfs
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return text describing origin diff back
- Loading branch information
Showing
1 changed file
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |