摘要: from ftplib import FTP import os class FTP_OP: def __init__(self, host, username, password, port , passive): self.host = host self.username = username 阅读全文
posted @ 2022-06-04 12:55 shenshu 阅读(1159) 评论(0) 推荐(0) 编辑