Closed alberto-fraccarollo closed 3 months ago
There is no smbprotocol.share
and smbprotocol.file
which is why the error is happening. You might be better off using the high level API in smbclient
which makes it a lot simpler to do things like copy a file or read/write to a file.
Hi #jborean93, thanks for your suppport. I fix it!
Best regards
Hi, I'm writing a python script to transfer file to s3 with smb file gateway on AWS.
I recieve two errors in vscode:
bum smbprotocol is corrected installed. How I could fix it.
Regards
(my script below)