Hey :)
Im trying to switch from using the linux smbclient binary to the smbprotocol repo in one of my projects.
Since I'm using a locally running tunnel, I set the --ip-address flag to localhost. setting the server to localhost doesn't work since this field also affects what shares we will be able to access.
Example: smbclient -U <user name> -c "dir" //shareServer/shareName --password <password> -W <domain name> -I 127.0.0.1 -p 1234
I've noticed there isn't a similar option in this repo.