diff --git a/smbclientng/core/InteractiveShell.py b/smbclientng/core/InteractiveShell.py index 187593d..4f65fb5 100644 --- a/smbclientng/core/InteractiveShell.py +++ b/smbclientng/core/InteractiveShell.py @@ -489,7 +489,7 @@ def command_lbat(self, arguments, command): # SMB share needed : No # Parse wildcards - files_and_directories = resolve_remote_files(self.sessionsManager.current_session, arguments) + files_and_directories = resolve_local_files(arguments) for path_to_file in files_and_directories: # Read the file @@ -527,7 +527,7 @@ def command_lcat(self, arguments, command): # SMB share needed : No # Parse wildcards - files_and_directories = resolve_remote_files(self.sessionsManager.current_session, arguments) + files_and_directories = resolve_local_files(arguments) for path_to_file in files_and_directories: # Read the file