Closed johnmantios closed 1 year ago
I would recommend you install the latest version. But here are some things I recommend you try:
smbprotocol
version, 1.6.2 is a few releases behindYou can always try to hardcode the credentials to rule out any environment differences in your tests.
Closing as there was no response to the last message.
I want to write some files to a remote windows file system. When I do it from my local workstation (windows 10) the code is executed correctly without any errors. However, when I try to do the same thing from a windows 2016 server I get a 'STATUS_ACCESS_DENIED' error for that share. For what it's worth, I can map that specific share to the server so I have excluded the possibility of this being a networking issue. I am wondering whether this is a specific smbprotocol version error and if yes how can I change the used protocol version since I use the high-level smbclient interface. If this is not version related, are there any ideas about what might be wrong?
smbprotocol==1.6.2
The code I use for the file writing transaction: