11 · The Command Line
scp / rsync
Copy files between machines
Move files over SSH: scp is a straightforward copy; rsync is smarter, sending only what changed and resuming interrupted transfers.
Concrete example
rsync a local build up to a server and only the files that actually differ go across.