摘要: 1 import os,socket,optparse,json,time 2 3 STATUS_CODE ={ 4 200 : "操作成功", 5 601 : '操作失败' 6 } 7 8 class FTPClient(object): 9 def __init__(self): 10 self 阅读全文
posted @ 2018-01-28 23:37 云上有龙 阅读(382) 评论(0) 推荐(0) 编辑