Skip to content

keyan/flopbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flopbox

A simplified reconstruction of dropbox which uses HTTP to sync files between a client folder and a webserver.

Requirements

Usage

  1. Run the server on a remote hosting service or another machine using a publicly accessible IP address:

    python server.py

  2. Run the client in a folder you wish to be synced:

    python client.py <server address>

  3. Any changes to files in the directory running client.py will be reflected on the server.

Under Construction

  1. A web interface for accessing files on the server is still being developed.

About

File transfer over HTTP, just flop your files over

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published