Home > Linux > Simple Web Server

Simple Web Server

If you need a very simple web server to transfer some files you can run:
python -m SimpleHTTPServer 80
and you will create a simple web server serving files from the current directory.

Categories: Linux Tags:
  1. No comments yet.
  1. No trackbacks yet.
*