-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Miss DiffieHellman.DLL #1
Comments
Is it DokanSSHFS you try to run ? Can you try to add https://www.nuget.org/packages/DiffieHellman/ and test ? |
OK, the problem of this DLL has been resolved. But there was still a exception. Tamir.SharpSsh.jsch.JSchException: Session.connect: System.IO.IOException: End of IO Stream Read The host, the port, the user, and the password are right. I can use these parameters to sign in that host through the command of PS: |
It also needs Org.Mentalis.Security. I created a pull request that contains both. |
These are requirements of Tamir.SharpSSH but are not properly listed in the Nuget repository. I contacted the author. Best, I think, for now, so type in at the Nuget package manager console:
|
When compiling it, no problem. But when I ran it, it didn't work and had a exception. It said that it couldn't find the reference of DiffieHellman.DLL.
I downloaded a DiffieHellman.DLL from the Internet, but it said mismatching.
I don't know why.
PS: I've installed Dokan 0.7.4.
The text was updated successfully, but these errors were encountered: