hirochachacha

Results 29 comments of hirochachacha

So, you meant `smbclient -L` output contains all of `./smblistshare` output? If yes, it could be a this library's bug. But as far as I read code, I couldn't find...

If I were in your shoes, I would run wireshark and compare the difference. If you're OK to share your packet capture here, I would do that. If not OK,...

Thank you for the mail. Honestly I don't know this behavior..., but I came up with another idea. Current implementation uses IP address for mount request instead of hostname. Perhaps,...

https://superuser.com/questions/1240213/cannot-connect-to-windows-share-via-local-network-ip-address-but-can-by-localhost

> I mean, what is the member of the session data that contains the servername? Unfortunately, there are no way to recover server name from `net.Conn`, so I feel like...

Oh, that's sad news 😢 Despite that, thank you for taking your time for testing. Then we have to change `Dialer.Dial` signature or introduce new API. That's difficult choice to...

I also noticed that difference. I guess NETBIOS settings and DNS settings are conflicting somehow?

I'm suspecting that https://superuser.com/questions/1240213/cannot-connect-to-windows-share-via-local-network-ip-address-but-can-by-localhost is the same issue. so it's something related to NETBIOS. Honestly I want to say this is a windows bug if this behavior isn't explicitly defined...