Open a terminal and go to the directory where need to share the files.
Using "
Then we can start the server like below.
-m SimpleHTTPServer python
This will start a server with the port 8000 which is the default one. If we need to set a separate port we can use the command like below.
We can access the http server using the browser. Like below.
http ://IP:port
No comments :
Post a Comment