摘要: https://docs.python.org/3/library/os.html https://docs.python.org/3/library/subprocess.html subprocess是对os.system的一个改进型模块,建议实际中使用subprocess模块内的命令来执行系统 阅读全文
posted @ 2020-04-15 12:32 realcp1018 阅读(1000) 评论(0) 推荐(0) 编辑
摘要: FTP server默认的端口号为21,20端口用于数据传输。 本文参考地址:https://docs.python.org/3.6/library/ftplib.html 1. ftplib里包含FTP和FTP_TLS两个class,后者是封装了TLS安全传输协议的FTP,本文不多描述,查看官网即 阅读全文
posted @ 2020-04-15 11:57 realcp1018 阅读(2470) 评论(0) 推荐(0) 编辑