PickupBox
2018 C, Multiprocessing
This command line program reproduces (to an extent) what the very popular Dropbox service offers. The user can upload, store, and download files between their local directory and their "PickupBox server" directory. Through the PickupBox shell, the user can browse through their local and uploaded folders and view how much storage space is left.

This project relied on the use of networking, multiprocessing, piping, and file handling. The central server process allows for multiple connections from different user processes.

Check out the repo here!