Pysmb Smbconnection Listpath Function - Can I Use Regex In The Pattern Parameter?
Regarding the listpath() method of SMBConnection class in pysmb and following on from this thread. Using the SMBConnect listPath function pattern parameter, is it possible to speci
Solution 1:
pysmb follows the SMB protocol closely. Unfortunately, the SMB protocol only supports wildcards but does not support regular expressions in the search pattern.
Post a Comment for "Pysmb Smbconnection Listpath Function - Can I Use Regex In The Pattern Parameter?"