Programming Peer-to-Peer (P2P) Functionality
Tuesday December 4, 2007
With the latest step of the FTP guide posted, it is worth noting that all the ingredients are in place to make any of your programs P2P-friendly. Recall that P2P is simply decentralised file transfer. If you use the programming strategies outlined in the P2P overview, you can create P2P functionality in most any program with Python's ftplib module. Do, however, be wary of P2P entrapment.
