Archive

Posts Tagged ‘python’

Simple Web Server

May 26th, 2010 Daniel Negrea No comments

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: