Home > other >  Python is used to establish temporary web services
Python is used to establish temporary web services

Time:11-02

Python is used to establish temporary web services, Shared local directory
Python2:
Python -m SimpleHTTPServer 20000

Validation:
In another server:
Wget IP: 20000/directory/file

CodePudding user response:

The hostname - I see your IP
  • Related