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.
python -m SimpleHTTPServer 80