07 2022 档案

python 实现ftp客户端和服务端
摘要:实现一个ftp客户端和服务端 听起来so easy,我也一直以为很简单。 服务端,不就是起一个socket,监听21端口,等客户端连么,连上了,互相say hello 客户端,不就是连一下服务端的21端口,连上了,给他say hello么? 这有什么?顶多是规定一下命令,服务端,对命令进行一下解析, 阅读全文

posted @ 2022-07-05 22:04 超级大懒虫vip 阅读(369) 评论(0) 推荐(1)

windows certutil工具
摘要:base64,sha1,md5,cmd,sha256,certutil 阅读全文

posted @ 2022-07-05 21:07 超级大懒虫vip 阅读(428) 评论(0) 推荐(0)

导航