Python
Python
Python can be used a temporary server
Server Example
python -m http.server 4000
Browse to that machine on port 4000 and you should see a list of files and directories.
IT Notes from various projects because I forget, and hopefully they help you too.
Python can be used a temporary server
python -m http.server 4000
Browse to that machine on port 4000 and you should see a list of files and directories.