For network file sharing with python

Step one: Open a command line
Step two: Switch to the folder you want to share directory
Step 3: Run commandpython -m http.server 端口号

Then the file path displayed in the browser to access the input folder, click to download, mobile terminal or via

Note: If not cloud or public network server, other computer you want to access, you need to be in the same local area network

Guess you like

Origin www.cnblogs.com/wbyixx/p/12343957.html