althonos / fs.smbfs

Pyfilesystem2 over SMB using pysmb
MIT License
29 stars 15 forks source link

IPv6 support #23

Open frafra opened 3 years ago

frafra commented 3 years ago

NetBIOS names and IPv4 are supported at the moment, but no IPv6.

frafra commented 3 years ago

I do not know if/how NetBIOS works with IPv6, but I proposed an alternative PR to allow fs.smbfs to support IPv6 by improving pysmb: https://github.com/miketeo/pysmb/pull/183

althonos commented 3 years ago

Great, thanks! I'll push a patch release that adds support for the v1.2.7 of PySMB, which contains your changes.