Searched refs:copy_from (Results 1 – 4 of 4) sorted by relevance
64 def copy_from(self, remotepath, localpath): member in FakeTarget65 return self.connection.copy_from(remotepath, localpath)
82 def copy_from(self, remotepath, localpath): member in BaseTarget83 return self.connection.copy_from(remotepath, localpath)
160 def copy_from(self, remotepath, localpath): member in SSHControl
529 - *copy_from(remotepath, localpath):*