rsync is remote sync. It can be used to sync files between hosts. It's great for transferring files to/from another host.
rsync
Example:
$ rsync -rltvPh /source/path drc@127.0.0.1:/target/path
Args: