guardianproject / haven

Haven is for people who need a way to protect their personal spaces and possessions without compromising their own privacy, through an Android app and on-device sensors
https://guardianproject.github.io/haven/
GNU General Public License v3.0
6.62k stars 728 forks source link

Support remote sync via SFTP, SCP, rsync-over-ssh #331

Open n8fr8 opened 6 years ago

n8fr8 commented 6 years ago

Add support for syncing data to a remote server

archie94 commented 5 years ago

Maybe we can use jsch?

lukeswitz commented 5 years ago

Good choice, SSH2 with good transport layer and lots of room for customization. Architecture looks promising for secure remote syncing. Will explore some more. Thanks @archie94

archie94 commented 5 years ago

sshj may be another alternative. Definitely a more active project.