@SabSchap rsync is a great tool to get files from here to there (or there to here!).
I'll usually run it with these flags:
Copying a directory, here to there:
rsync -avz --progress /path/to/directory/
[email protected]:/path/to/place/it/
Copying a directory, there to here:
rsync -avz --progress...