Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to use rsync inside of iOS app?

is it possible to use rsync lib inside of an iPhone or iPad app? Or maybe there are any alternatives suitable for remote file sync over sftp?

like image 609
Nik Avatar asked Sep 20 '11 11:09

Nik


2 Answers

Acrosync library is a good choice, and I have made a demo for it. It is licensed under the RPL license, and commercial license are provided.

Repository: https://github.com/gilbertchen/acrosync-library

My demo (fixed some bugs): https://github.com/Lessica/Acrosync-Demo

like image 166
i_82 Avatar answered Sep 27 '22 17:09

i_82


acrosync seems to be worth checking out as it implements a rsync client library rewritten from scratch and is available on multiple platforms, including iOS.

https://acrosync.com/library.html

like image 30
Philip Jespersen Avatar answered Sep 27 '22 15:09

Philip Jespersen