This project demonstrates a basic file transfer system using Python. It consists of a simple TCP server and an FTP client to transfer files over a network.
- Transfer files between a client and server over a TCP connection.
- Easy to configure and extend for various use cases.
- Python 3.x installed on both client and server systems.
- A basic understanding of Python and networking.
- Clone or download the project repository:
git clone https://github.com/agniva1803/ftp-project.git cd ftp-project