Writing scp long codes each time for moving files between remote and local server can be frustrating. On windows people use Winscp which makes things much easier. The same thing can be done on mac with FileZilla:

- Downlad and install Filezilla client from their website:
Downlad Filezilla
- Open it and fill in the Host, username and password for your remote server.
(in terminal, you enter with this format: ssh username@host )

- click quick connect.
- if it failed, write 22 in port section and try again. it should work.
- Then you can just drag and drop files to copy them between two servers.