Tips
Most of these posts are simply my internal notes turned into something I can share with others. I definitely don’t claim to be an expert on every topic I write about, but I hope they can serve as a useful starting point, reference, or outline for someone working on a similar problem. If you spot anything that could be improved, corrected, or explained better, I’d really appreciate your feedback. Always happy to learn and improve!
Python HTTP Server For Simple File Transfers
Sometimes, you’re just not in the mood to type out long scp or rsync commands just to pull a file from a remote server. For those quick-and-dirty transfers especially over a local network Python offers a surprisingly handy tool.