feo-cz / win-sshfs

Fork of http://code.google.com/p/win-sshfs/
BSD 3-Clause "New" or "Revised" License
1.28k stars 126 forks source link

Unable to mount in Windows 10 #190

Open zigojacko opened 5 years ago

zigojacko commented 5 years ago

Technical data

WinSshFS

Dokan driver

Enviroment

Support


I have downloaded the latest release and tried to mount a drive in Windows 10 to a Digital Ocean linux droplet running CentOs 7 but when trying to mount I just keep getting the below error:

ClubnetDev2 Storage could not connect: Could not load files or assembly 'Renci.SshNet, Version=2014.4.6.0, Culture=neutral, PublicKeyToken=d3cb22b275540e19' or one if its dependencies. The system cannot fine the file specified.

winsshfs-2

Does WinSshFS support Windows 10? Anyone know what this error means and how I can fix it?

The download of the latest release does not seem to have come with an installer but I am launching the WinSshFS.exe file from the same directory that contains DokanNet.dll, Renci.SshNet.dll and WinSshFS.exe.config.

My configuration is below (host, username and path to private key have been obfuscated).

winsshfs-1

Any advice appreciated. Thanks in advance.

pieterhouwen commented 4 years ago

The error you're getting kind of looks like a .NET framework error. Can you try to run the .NET repair tool from Microsoft?

Link: https://www.microsoft.com/en-us/download/details.aspx?id=30135

I personally never got this project working so eventually I settled for RailDrive but when seeing your error I thought maybe I can help out :)

biscuit314 commented 4 years ago

I personally never got this project working so eventually I settled for RailDrive but when seeing your error I thought maybe I can help out :)

Thanks for the mention of RaiDrive (https://www.raidrive.com/) This worked where Win-SSHFS did not.