Home
last modified time | relevance | path

Searched refs:ScpPushFile (Results 1 – 3 of 3) sorted by relevance

/tools/acloud/internal/lib/
Dssh_test.py146 ssh_object.ScpPushFile("/tmp/test", "/tmp/test_1.log")
162 ssh_object.ScpPushFile("/tmp/test", "/tmp/test_1.log")
Dssh.py283 def ScpPushFile(self, src_file, dst_file): member in Ssh
Dcvd_compute_client_multi_stage.py494 self._ssh.ScpPushFile(src_file=download_target, dst_file=_FETCHER_NAME)