Open paulschmeida opened 2 years ago
Hi. I am trying to figure out how to replicate this functionality of smbclient: smbclient -U username \\\\server\\printer_share -c "print file.txt"
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.
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.