tfonteyn / Sshd4a

An Android 'sshd' server with shell access, rsync and scp/sftp services.
GNU General Public License v3.0
37 stars 4 forks source link

how to use rsync in Android #9

Open pdshw opened 13 hours ago

tfonteyn commented 11 hours ago

Not much to say/do .. start the service on your Android device using the desired authentication, see docs and connect from a remote client with an rsync client.

pdshw commented 8 hours ago

My Android device has no rsync service, Are you saying that I need to install an rsync client on my Android device? Thanks for your answer

tfonteyn commented 3 hours ago

Sshd4a (this app) will provide the server-side of rsync (and sftp/scp/ssh) on your Android device.

Connecting to it from another device requires an rsync client. Easy to install for Windows/Mac or of course Linux.

If it's your intention to use TWO Android devices... then yes, one of them will need this app to act as the server side, and you will need to install an rsycn client on the second device. Termux is a decent terminal app which (I think) brings an rsync client. Perhaps not the easiest if you are not familiar with the rsync command line command though. But take a look around, there are others.