-
On Azure broadcast messages are blocked.
This prevents the netbios.queryIPForName call from going through.
We've managed pysmb to work for us on Azure by changing 0x0010 to 0x0000 in nmb/base.py (in…
-
When trying examples in https://pythonhosted.org/pysmb/api/smb_SMBHandler.html using Python 3.4, got error:
```
File "/usr/local/lib/python3.4/urllib/request.py", line 455, in open
response = s…
-
SMBConnection is cool but I don't see a way to get the metadata for a file, specifically I'd like to be able to get 'offline' attribute for a file. How can I get that attribute for a file using this l…