Searched refs:pull_file (Results 1 – 4 of 4) sorted by relevance
116 def pull_file(self, chameleon_location, destination): member in ChameleonDevice
364 pull_file = '%s%s.pcap %s/' % (gcloud_scp_cmd, fname, ad.device_log_path)365 utils.exe_cmd(pull_file)
418 self._sniffer_server.pull_file(temp_dump_path,
410 def pull_file(self, local_path, remote_path, ignore_status=False): member in SshConnection