コード例 #1
0
ファイル: command.py プロジェクト: shihliu/entitlement
 def remote_put(self, from_path, to_path):
     RemoteSH.remote_put(self.remote_ip, self.username, self.password,
                         from_path, to_path)
コード例 #2
0
ファイル: command.py プロジェクト: shihliu/entitlement
 def remote_put(self, from_path, to_path):
     RemoteSH.remote_put(self.remote_ip, self.username, self.password, from_path, to_path)