摘要: 一、封装代码 import os import paramiko from stat import S_ISDIR import shutil class ConnectSftp(object): def __init__(self,ip,port,username,password): self. 阅读全文
posted @ 2020-04-09 23:16 Maple_feng 阅读(1571) 评论(0) 推荐(0) 编辑