摘要:
class RemoteShell: def __init__(self, host, user, pwd): self.host = host self.user = user self.pwd = pwd def put(self, local_path, remote_path): scp_p 阅读全文
posted @ 2020-03-19 10:56
snailon
阅读(315)
评论(0)
推荐(0)
浙公网安备 33010602011771号