> For the complete documentation index, see [llms.txt](https://ceh.securescape.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ceh.securescape.cc/post-exploitation/file-transfer/python.md).

# Python

```bash
python3 -m http.server 9001

curl http://localhost:9001/file.txt --output file.txt
wget http://localhost:9001/file.txt 
```
