winfsp / sshfs-win

SSHFS For Windows
https://winfsp.dev
Other
4.78k stars 250 forks source link

Unable to connect network drive via ipv6 link-local address #403

Open p5-vbnekit opened 9 months ago

p5-vbnekit commented 9 months ago

If I try to map a network drive with a link-local ipv6 address i have connection Error 67 (Network name cannot be found). Inacessible connection string examples:

But it works via ipv6 host name: C:\Windows\System32\drivers\etc\hosts: fe80::218:7dff:fe9c:f7ab%16 ssh_host. Apparently the hostname (ssh_host) was used instead of direct ipv6 link-local address (connection string = \\sshfs\user@ssh_host\).

My environment:

Same result on stable version.

May you fix it? Thank you!