pfshare:用于 NAT 后 HTTP 文件共享的小脚本

时间:2024-07-19 02:16:16
【文件属性】:

文件名称:pfshare:用于 NAT 后 HTTP 文件共享的小脚本

文件大小:14KB

文件格式:ZIP

更新时间:2024-07-19 02:16:16

Python

信息 pfshare.py脚本启动一个 HTTP 服务器,该服务器提供来自给定目录及以下目录的文件。 该脚本使用miniupnpc (用于端口转发),因此可以轻松地在 NAT 后面提供客户端文件。 依赖关系 Python3 (安装 ) 用法 对于可用参数,使用-h参数(或--help )运行脚本一些使用示例: $ # serves the current directory behind NAT in a random port $./pfshare.py $ # serves my_dir in port 8000 $ ./pfshare -d my_dir -p 8000 $ # serves but only locally (no port forwarding is performed) $ ./pfshare.py -l 去做 在脚本中添加更多花哨的东西


【文件预览】:
pfshare-master
----README.md(749B)
----pfshare.py(4KB)
----LICENSE(34KB)

网友评论