2016年4月27日
摘要: # coding:utf-8 import paramiko from threading import Thread class TypeError(Exception): pass class Linux(object): def __init__(self, host, username, password, remotePath=None, localPath... 阅读全文
posted @ 2016-04-27 14:16 漫步的影子 阅读(546) 评论(0) 推荐(0)