sendrecv


Introduction:

The following are a pair of simple python scripts that can be used to send and receive files. When you want to transfer a file, just pick a port at random. Use "send.py" on the sending end and "recv.py" on the receiving end. Do not leave these scripts running unattended. The main thing that makes these scripts reasonably safe is the selection of a random port and the short duration of the service.

Distribution: