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.
gradle fatServerJar
gradle fatClientJar
'java -jar jSync-Server PORT'
'java -jar jSync-Client r PATH-TO-SYNC IP/HOST PORT'
'java -jar jSync-Client s PATH-TO-SYNC IP/HOST PORT'
- Use SSL
- Error handling
- better code...