Simple python3 socket tool to transfer file between two endpoints.
This software has two classes. First is transmitter mode and second is receiver mode. Run program with no arguments, usage will print.
Change IP address in transmitter class to connect computer, that is running this program with -r argument.
Change IP address in receiver class to bind this address to your socket. This is necesery to run receiver mode.