Hi Kirk,
When i use the netmiko_file_transfer module, I am getting the following error:
OSError: Search pattern never detected in send_command_expect: [\$#]
Nornir Code:
nr_arista = nr.filter(F(hostname__in=device_urlArray))
nornir_set_creds(nr_arista ,fabricList,device_urlArray)
source_file = project_path + "/media/" + BinFile
result = nr_arista.run(
task=netmiko_file_transfer,
source_file=source_file,
dest_file=BinFile,
direction='put',
num_workers=len(NodeSwitch_tmp),
)
Hi Kirk,
When i use the netmiko_file_transfer module, I am getting the following error:
OSError: Search pattern never detected in send_command_expect: [\$#]Nornir Code: