# pip install pysftpimport pysftpclass SftpUtil(object): def __init__(self, host, port, username, password): self.host = host self.port = port self.us
posted on 2023-08-10 13:18  lshan  阅读(63)  评论(0编辑  收藏  举报