Developed a distributed file system from scratch using C and TCP socket programming that enables clients to store and retrieve files across multiple servers. Implemented core file operations such as upload, download, list, and delete, with reliable client–server communication. The system handles concurrent client requests and demonstrates concepts
-
Updated
Apr 1, 2026 - C