winfsp / sshfs-win

SSHFS For Windows
https://winfsp.dev
Other
4.93k stars 252 forks source link

Windows 10 --- GUI error code: 0x80070035 / cmd System error 53 -- "The network path was not found" #170

Open Kadigan opened 4 years ago

Kadigan commented 4 years ago

I can't seem to get it working no matter what I do. If I change the DNS name to an IP, I simply get the error faster.

I had a quick look through the issues to see if there was anything I could use. I did find issue #34 and tested the resolution there, but both keys are present and correct in my Registry.

I also ensured that the SSH my system sees first is the one in C:\Program Files\SSHFS-Win\bin - this did not change anything.

Vandest1 commented 4 years ago

Same for me with exactly same specs:

A workaround is to use "net use" command line.

Kadigan commented 4 years ago

Unfortunately, the "System Error 53" is for net use for me -- that's why I included both.

Vandest1 commented 4 years ago

Sorry for my mistake, I wasn't realize that "System Error 53" mention was for net use. This command line work for me. I've got error code: 0x80070035 only.

Kadigan commented 4 years ago

Interesting: I can actually make it work if I run cmd as Administrator. Please note that I do not consider this a solution.