Quick and dirty scripts to get files from one computer to another on a LAN
##Usage
- Create a folder with all the files you want to send (sent files will be deleted)
- Run Server.py from that folder
- Edit the Client.py file and set
ip
to whatever the server ip is (runipconfig
to figure out ip address - Run Client.py on the computer that will be receiving the files
- Enjoy your copied files :D
##Some Notes
- These are Python 2.7 Scripts
- This has only been tested on Windows. I don't recommend running this on Linux/Mac without checking the script.