基于select的非阻塞ftp传输(未优化)
摘要:
#!/usr/bin/env python # -*- coding:utf-8 -*- # Author: Colin Yao import socket import select import os,json,time,queue import threading class select_s 阅读全文
posted @ 2020-05-09 17:53 修治 阅读(178) 评论(0) 推荐(0) 编辑