Skip to content

tl-photography/jSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jSync

Sync large amount of files privately between two PCs who have no public adsress via a public server.

With jSync you can sync large amount of files from on Computer to another. I used that to get around AmazonWorkDocs, which is painfully slow.

Build

gradle fatServerJar

gradle fatClientJar

Usage

Start the server on a public available machine

'java -jar jSync-Server PORT'

Start the reciever client

'java -jar jSync-Client r PATH-TO-SYNC IP/HOST PORT'

Start the sender client

'java -jar jSync-Client s PATH-TO-SYNC IP/HOST PORT'

ToDo

  • Use SSL
  • Error handling
  • better code...

About

Sync large amount of files privately

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages