Skip to content

heiring/homemade_dropbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

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 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages