Client Server Application using sockets modeule of python.
- Run server.py file
- Run client.py file form another console
- Menu will ask you if you want to change values, press 'y' to change server ip 'n' to continue with default.
- 127.0.0.1 is default ip of your computer if you are running server and client scripts on same computer no need to change this IP. If server script is running on other computer connected to same network then provide the IPv4 address of that computer.
- Next you will be shown all files in server directory, enter name of any present file to download.
- Choosen file will be downloaded in client directory.
- It is currently working on utf-8 file format. So text files are easily transfererable using this script.