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.
1.6.1, add simple installer, readme update
- Loading branch information
Martin Dimov
committed
Oct 8, 2016
1 parent
b8b5281
commit 81204b5
Showing
7 changed files
with
189 additions
and
54 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,27 +1,27 @@ | ||
WinSshFS 4every1 edition | ||
[![Build status](https://ci.appveyor.com/api/projects/status/bhqp9ib4bkv951w4?svg=true)](https://ci.appveyor.com/project/dimov-cz/win-sshfs) | ||
| | ||
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=winsshfs%40gmail%2ecom&lc=GB&item_name=WinSSHFS%20support%20donation&item_number=WinSSHFS¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) | ||
[![Donate](https://img.shields.io/badge/donate-bitcoin-green.svg)](bitcoin:129dWbvuc11dy4PRBM8e2aEcL2bAunYokG?&message=WinSSHFS donation&label=WinSSHFS) | ||
| | ||
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/Foreveryone-cz/win-sshfs.svg)](http://isitmaintained.com/project/Foreveryone-cz/win-sshfs "Average time to resolve an issue") | ||
[![Percentage of issues still open](http://isitmaintained.com/badge/open/Foreveryone-cz/win-sshfs.svg)](http://isitmaintained.com/project/Foreveryone-cz/win-sshfs "Percentage of issues still open") | ||
WinSshFS Foreveryone | ||
======================== | ||
|
||
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. | ||
|
||
Download [latest release here](https://github.com/Foreveryone-cz/win-sshfs/releases). | ||
|
||
![img](https://cloud.githubusercontent.com/assets/1085397/10747956/3f684d3a-7c18-11e5-8ca6-0f37a60426e4.jpg "UI") | ||
|
||
There are several changes, main differences: | ||
Download [latest release here](https://github.com/Foreveryone-cz/win-sshfs/releases). | ||
|
||
Main features: | ||
* Windows 10 Support | ||
* Support for Android hosts (tested with CyanogenMod 11 [Android 4.4], requires busybox to be installed) | ||
* 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 (%localappdata%\WinSshFS) | ||
* "spooldrive" - all remote hosts can by mount as mountpoint dir in one virtual drive | ||
* Support for Android hosts (tested with CyanogenMod 11 [Android 4.4], requires busybox to be installed) | ||
* Spooldrive - remote hosts can by mounted as directories on same 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 | ||
|
||
And probably others , see logs for details. | ||
![img](https://cloud.githubusercontent.com/assets/1085397/10747956/3f684d3a-7c18-11e5-8ca6-0f37a60426e4.jpg "UI") | ||
|
||
Development version: | ||
[![Build status](https://ci.appveyor.com/api/projects/status/bhqp9ib4bkv951w4/branch/devel?svg=true)](https://ci.appveyor.com/project/dimov-cz/win-sshfs/branch/devel) |
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> | ||
<Product Id="*" Name="WinSshFS" Language="1033" Version="1.6.1.0" Manufacturer="WinSshFS" UpgradeCode="1e0bbf09-5c6f-4203-b674-5d51a13431b0"> | ||
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" /> | ||
<Media Id="1" Cabinet="WinSshFS.cab" EmbedCab="yes" /> | ||
|
||
<MajorUpgrade | ||
DowngradeErrorMessage="A newer version of [ProductName] is already installed." | ||
/> | ||
|
||
<Feature Id="ProductFeature" Title="WinSshFS" Level="1"> | ||
<ComponentGroupRef Id="WinSshFSWithLibraries" /> | ||
<ComponentRef Id="ApplicationShortcutDesktop" /> | ||
</Feature> | ||
</Product> | ||
|
||
<Fragment> | ||
<Directory Id="TARGETDIR" Name="SourceDir"> | ||
<Directory Id="ProgramFilesFolder"> | ||
<Directory Id="INSTALLFOLDER" Name="WinSshFS" /> | ||
</Directory> | ||
<Directory Id="DesktopFolder" Name="Desktop"> | ||
<Component Id="ApplicationShortcutDesktop" Guid="C42C05BE-D773-4437-B7C2-1BDFCE9BE854"> | ||
<Shortcut Id="ApplicationDesktopShortcut" | ||
Name="WinSshFS" | ||
Description="WinSshFS Foreveryone" | ||
Target="[INSTALLFOLDER]WinSshFs.exe" | ||
WorkingDirectory="INSTALLFOLDER"/> | ||
<RemoveFolder Id="DesktopFolder" On="uninstall"/> | ||
<RegistryValue | ||
Root="HKCU" | ||
Key="Software/WinSshFs" | ||
Name="installed" | ||
Type="integer" | ||
Value="1" | ||
KeyPath="yes"/> | ||
</Component> | ||
</Directory> | ||
</Directory> | ||
</Fragment> | ||
|
||
<Fragment> | ||
<ComponentGroup Id="WinSshFSWithLibraries" Directory="INSTALLFOLDER"> | ||
<Component Id="WinSshFS" Guid="BC9856DD-34B6-4249-9258-39E7F1EE1D8B"> | ||
<File Source="$(var.Sshfs.TargetPath)" KeyPath="yes" Checksum="yes" /> | ||
<File Source="$(var.Sshfs.TargetPath).config" /> | ||
<File Source="$(var.Sshfs.TargetDir)/app.ico" /> | ||
</Component> | ||
<Component Id="DokanNet" Guid="137CE10E-9025-4EA5-936F-4C6F9CCC85DD"> | ||
<File Source="$(var.Sshfs.TargetDir)/DokanNet.dll" KeyPath="yes" Checksum="yes" /> | ||
</Component> | ||
<Component Id="SshNet" Guid="95947403-FDD8-4622-99A1-1FF41BB8EB1A"> | ||
<File Source="$(var.Sshfs.TargetDir)/Renci.SshNet.dll" KeyPath="yes" Checksum="yes" /> | ||
</Component> | ||
|
||
</ComponentGroup> | ||
</Fragment> | ||
|
||
</Wix> |
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> | ||
<ProductVersion>3.10</ProductVersion> | ||
<ProjectGuid>9552311d-f6b4-43f6-8859-7c3b41a4311d</ProjectGuid> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<OutputName>WinSSHFS-setup</OutputName> | ||
<OutputType>Package</OutputType> | ||
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath> | ||
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath> | ||
<Name>WinSshFs Installer</Name> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | ||
<OutputPath>bin\$(Configuration)\</OutputPath> | ||
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> | ||
<DefineConstants>Debug</DefineConstants> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | ||
<OutputPath>bin\$(Configuration)\</OutputPath> | ||
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="Product.wxs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Sshfs\Sshfs.csproj"> | ||
<Name>Sshfs</Name> | ||
<Project>{ff4fc8bb-91a3-45ff-8449-650647610394}</Project> | ||
<Private>True</Private> | ||
<DoNotHarvest>True</DoNotHarvest> | ||
<RefProjectOutputGroups>Binaries;Content</RefProjectOutputGroups> | ||
<RefTargetDir>INSTALLFOLDER</RefTargetDir> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<Import Project="$(WixTargetsPath)" /> | ||
<!-- | ||
To modify your build process, add your task inside one of the targets below and uncomment it. | ||
Other similar extension points exist, see Wix.targets. | ||
<Target Name="BeforeBuild"> | ||
</Target> | ||
<Target Name="AfterBuild"> | ||
</Target> | ||
--> | ||
</Project> |