Total Pageviews

Tuesday 20 April 2021

python_file_server, 基于python的文件服务器程序

 登陆linux vps.

git clone https://github.com/ccssrryy/python_file_server python_file_server-by-ccssrryy

cd /path/to/xyz

python ~/python_file_server-by-ccssrryy/main.py -p 2233


在本地机器的浏览器里访问:vps-public-ip:2233即可看到服务器上的/path/to/xyz目录的列表内容。

项目地址:https://github.com/ccssrryy/python_file_server

No comments:

Post a Comment