Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 485 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 485 Bytes

Homemade Dropbox

Synchronizes the file system in a client directory with a server directory over TCP.

Status

  • Blocking server
  • Messy error handling
  • Only syncing over constant port on localhost

How to run the client and server

  1. Start the server with the server directory as the argument:

    $ go run main.go /path/to/server_directory
  2. Start the client with the client directory as the argument:

    $ go run main.go /path/to/client_directory