pysmbc icon indicating copy to clipboard operation
pysmbc copied to clipboard

Issuing commands / printing

Open paulschmeida opened this issue 2 years ago • 0 comments

Hi. I am trying to figure out how to replicate this functionality of smbclient: smbclient -U username \\\\server\\printer_share -c "print file.txt"

I've looked through files but I can't figure out how to do it with this library and I would like to avoid using subprocess for compatibility reasons.

paulschmeida avatar Jul 28 '22 11:07 paulschmeida