Michael Teo

Results 80 comments of Michael Teo

@siznad : I was looking through your packet captures. The remote CIFS/SMB server for the non-working looks interesting; it seems to be a NAS. Can you provide more details on...

@siznad: Unfortunately, I do not have access to a NetApp storage facility to troubleshoot. I'm tied down with my work for this month, and will look into this once my...

@t-kojima : I will see if I can look into this over the upcoming weekend.

@t-kojima : I have added new test cases to list a folder with 900+ files and have not encountered any errors using both SMB1 and SMB2. I have also tried...

@t-kojima : May I ask what is the OS for your remote SMB service? Is it Windows, or Samba?

@t-kojima : I have setup a VM with WinXP Pro with SP2, but I have not been able to reproduce the same errors on direct TCP (port 445) and non-direct...

![sc](https://user-images.githubusercontent.com/6134522/118761042-52e8c300-b8a6-11eb-8951-a879e783bd7f.png) In the screenshot above, "MICHAEL-I5PC" is the used in the SMBConnection constructor, and "smbtest" is the in the listPath method.

You're calling the listPath() correctly. If you can provide the print out of the thrown exception, I can help you troubleshoot further. (Print the thrown exception to the console)

Yes, you are right. It is a DFS issue.

@alisichkin Part of the path is mounted on DFS which is not supported by pysmb. Unfortunately, I don't have the time to work on DFS support due to my time...