Concept Flow - scp and rsync for file transfer
Start: Choose tool
scp or rsync?
scp→Run scp command
Copy file(s)
End: Transfer done
Run rsync command
Compare source & dest
Copy only changes
End: Transfer done
Choose between scp or rsync, run the command, and transfer files; scp copies all files, rsync copies only changes.