mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-08-08 23:35:34 +00:00
fix: Using winrm protocol to transfer files did not create a directory problem
This commit is contained in:
@@ -152,7 +152,7 @@ class UploadFileRunner:
|
||||
host_pattern="*",
|
||||
inventory=self.inventory,
|
||||
module='copy',
|
||||
module_args=f"src={self.src_paths}/ dest={self.dest_path}",
|
||||
module_args=f"src={self.src_paths}/ dest={self.dest_path}/",
|
||||
verbosity=verbosity,
|
||||
event_handler=self.cb.event_handler,
|
||||
status_handler=self.cb.status_handler,
|
||||
|
||||
Reference in New Issue
Block a user