Michael Teo

Results 80 comments of Michael Teo

Without knowing how the VPN is being configured, I can't really say for sure. But you are right to have doubts over it since your script is working when it...

SMB2 specs support [SMB2_SET_INFO](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-smb2/ee9614c4-be54-4a3c-98f1-769a7032a0e4) request/response, but I have no confirmation whether you can perform the set operations on Windows 10 or Samba services.

Is branch1 created and writable by the user on the remote server?

@vasujammula : Can you provide a use-case scenario on the above chained request?

@itssimon : Thanks for your code. I believe your situation is unique as most applications won't have 1000+ open file descriptors floating around. I would flag your issue as an...

@pasiorovuo : May I know if there is prolonged time lapse where the SMBConnection instance was left idling in your application? You have mentioned that pysmb fails after around 15...

Hi, can you verify that you are able to access the shared folders from a Windows machine using the same ID/password?

Are you able to run 2 tcpdump / wireshark packet captures? First one for the communications between pysmb and your server. Second one for the communications between smbclient and your...

Sorry, I missed your other email the other day. Will continue to work on it.

Hi, guys. I have been working with @jsivak on this issue. But unfortunately, my work has been holding up the bug fixing process, and current attempts to fix this bug...