摘要: 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 阅读(296) 评论(0) 推荐(0) 编辑