摘要:
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
橙子味的萝卜
阅读(548)
评论(0)
推荐(0)

浙公网安备 33010602011771号