python3 -m http.server 9001 curl http://localhost:9001/file.txt --output file.txt wget http://localhost:9001/file.txt
Last updated 1 year ago