Skip to content

Using java sockets, a directory is transferred from one device to another, along with its content.

Notifications You must be signed in to change notification settings

ashimupd/JavaFileSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Using TCP protocol and two computers, one being local computer and other being a remote computer, replicates the "home" directory structure from the local computer onto the remote computer as "home-backup". The home and home-backup could be replaced with any directory name. Once the directory structure is replicated, all the files are copied from "home" to "home-backup" at their respective places/locations.

About

Using java sockets, a directory is transferred from one device to another, along with its content.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages