Skip to content

Commit

Permalink
Merge pull request #2 from soumildatta/soumildatta-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
soumildatta authored May 6, 2023
2 parents 8b790bb + aedadbf commit c47e4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RemoteCabinet

RemoteCabinet is a client-server architecture based command-line application that does a lot of things that Dropbox is known for. It allows clients to store files on the server, and allows synchronization between clients. This implementation of RemoteCabinet shows that a Dropbox-like application can be deployed with a TCP/IP protocol to completely work on devices that are readily available to users safely and securely without relying on outside services.
RemoteCabinet is a client-server architecture based command-line application that does a lot of things that Dropbox is known for. It allows clients to store files on the server, and allows synchronization between clients. This implementation of RemoteCabinet shows that a Dropbox-like application can be deployed with a TCP/IP protocol to completely work on devices that are readily available to users safely and securely without relying on outside services. This program was made mainly because I wanted to convert an old laptop laying around into a remote file server.

## System Requirements

Expand Down

0 comments on commit c47e4ee

Please sign in to comment.