Searched refs:remote_path (Results 1 – 2 of 2) sorted by relevance
371 def send_file(self, local_path, remote_path): argument380 job.run('scp %s %s:%s' % (local_path, user_host, remote_path))
891 def pull_files(self, files, remote_path=None): argument893 if not remote_path:894 remote_path = self.log_path897 "%s %s" % (file_name, remote_path), timeout=PULL_TIMEOUT)