Displaying 2 results from an estimated 2 matches for "smb_out".
Did you mean:
sg_out
2002 Nov 20
1
Controlling smbclient from python weirdness
...ient has finished giving
me the reply, this messes things up.
I control smbclient via popen4() in python2.1. I've found this strange
placement in the prompt to be the reason my code isn't working, via
running smbclient like this:
c = popen2.Popen4("smbclient //machine/c -N | tee /tmp/smb_out.txt)
And watching smb_out.txt (Popen3() acts the same way).
Is this likely to be an issue with how python talks to the process ? I
have not included a test case in this mail because it would make it
longer than it already is, but can provide one.
Note that when I talk to the smbclient myself (vi...
2002 Nov 22
0
RE:swat in samba-2.2.7
...ient has finished giving
me the reply, this messes things up.
I control smbclient via popen4() in python2.1. I've found this strange
placement in the prompt to be the reason my code isn't working, via
running smbclient like this:
c = popen2.Popen4("smbclient //machine/c -N | tee /tmp/smb_out.txt)
And watching smb_out.txt (Popen3() acts the same way).
Is this likely to be an issue with how python talks to the process ? I
have not included a test case in this mail because it would make it
longer than it already is, but can provide one.
Note that when I talk to the smbclient myself (vi...