Python File Server Simple HTTP server for uploading and downloading files. Usage python server.py <ip> <port> Download curl -O http://<ip>:<port>/filename.txt Upload curl -F "file=@/path/to/file" http://<ip>:<port>/ List Files Open http://<ip>:<port>/ in a browser.