You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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