Skip to content

Commit ffd9d1c

Browse files
committed
smbclient: Fix glob support in put
1 parent d7d8b8d commit ffd9d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scapy/layers/smbclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1732,7 +1732,7 @@ def cat_complete(self, file):
17321732
return []
17331733
return self._fs_complete(file)
17341734

1735-
@CLIUtil.addcommand(spaces=True)
1735+
@CLIUtil.addcommand(spaces=True, globsupport=True)
17361736
def put(self, file):
17371737
"""
17381738
Upload a file

0 commit comments

Comments
 (0)