Android: how to use Rsync in own app?
Is there any Rsync API or other way 开发者_如何学编程 to use it in own app, without direct user interaction?
To use rsync you need to download it binaries http://rsync.samba.org/download.html and read this "how can I put my own native executable in Android App?" http://gimite.net/en/index.php?Run%20native%20executable%20in%20Android%20App#hddd196e
精彩评论