Searched refs:remote_path (Results 1 – 2 of 2) sorted by relevance
388 def send_file(self, local_path, remote_path): argument397 job.run('scp %s %s:%s' % (local_path, user_host, remote_path))
932 def pull_files(self, files, remote_path=None): argument934 if not remote_path:935 remote_path = self.log_path938 "%s %s" % (file_name, remote_path), timeout=PULL_TIMEOUT)