This is a basic Dropbox clone to sync files across multiple remote folders.
- GET requests to get file or directory contents
- HEAD request to get just the GET headers
- PUT requests to create new directories and files with content
- POST requests to update the contents of a file
- DELETE requests to delete files and folders
- Server will serve from
--dir
or cwd as root - Client will sync from server over TCP to cwd or CLI
dir
argument