0 Members and 1 Guest are viewing this topic.
python -m SimpleHTTPServer
It's even easier than that. for a quick one just set up a dynamic DNS pointed to your IP, forward external port 80 to your internal IP on port 8000 and use:Code: [Select]python -m SimpleHTTPServerIn an empty directory with a index.html file with a pic or whatever.Same sort of thing but no PHP necessary.
ncat -l -p 80
nc -lvp 80