博客
关于我
Python内置小工具
阅读量:118 次
发布时间:2019-02-26

本文共 1075 字,大约阅读时间需要 3 分钟。

Python ??????????????????????

?????????????????????????Python ????????????????????????????????????????????????????????????????????FTP????

???????????

?????????????????????Python?????HTTP????????????????????????????????????????????????????

??????????????????????????????8000???????IP???????????????????????????????/usr/local/src?????????

python -m http.server

?????????????http://localhost:8000?????


??????????????

???????????????????????????Python????-c?????????????????????Paramiko??????

python -c "import paramiko"

?????????????????????????????


????Python??zip???

Python?zipfile?????????????????????zip??????????????

  • ??????

    python -m zipfile -c file.zip file1 file2
  • ????????

    python -m zipfile -e file.zip zip-test
  • ????????

    python -m zipfile -l file.zip

?????????????zip??????


??????FTP???

??????FTP???????????pyftpdlib????????????????????????

pip install pyftpdlibpython -m pyftpdlib

???????????????IP????2121?????????????

?????????????????????????

python -m pyftpdlib -i 192.168.1.1 -w -d /tmp/ -u ??? -P ??

???????????????????????????????????????????????Python???????????

转载地址:http://gcgk.baihongyu.com/

你可能感兴趣的文章
php设置socket超时时间
查看>>
php设计模式 萨莱 pdf,PHP设计模式 建造者模式
查看>>
PHP设计模式之----观察者模式
查看>>
php设计模式之装饰器模式
查看>>
R&Python Data Science系列:数据处理(5)--字符串函数基于R(一)
查看>>
PHP设计模式:观察者模式
查看>>
php访问mysql(1)
查看>>
php详细学习1
查看>>
php语言优劣
查看>>
PHP语言最优雅的支付SDK扩展包
查看>>
PHP请求https域名发生segment fault段错误
查看>>
PHP读写XML文件
查看>>
PHP读写XML文件
查看>>
R&Python Data Science 系列:数据处理(3)
查看>>
php读取xml 数据库字段超长处理
查看>>
php课程 12-40 抽象类的作用是什么
查看>>
php课程 4-16 数组自定义函数(php数组->桶)
查看>>
PHP调用接口用post方法传送json数据
查看>>
php转化IP为整形
查看>>
php输出数据到csv文件
查看>>