摘要: import paramiko import threading class ftpclient(object): def __init__(self): self.ssh = paramiko.SSHClient() def sftp_connect(self, hostname, port, username, passwd): tran... 阅读全文
posted @ 2018-01-03 15:09 橙子味的萝卜 阅读(543) 评论(0) 推荐(0) 编辑