Searched refs:send_file (Results 1 – 3 of 3) sorted by relevance
589 self.ssh.send_file(scapy_path, self.scapy_install_path)590 self.ssh.send_file(send_ra_path, self.scapy_install_path)
91 ssh_connection.send_file(adb_path, temp_dir)
395 def send_file(self, local_path, remote_path, ignore_status=False): member in SshConnection