Level 88
There are different ways of doing this. One of the options is a command called rsync. This should be installed on your Mac by default. You basically give up the SSH command to the server and the path of the directory you want to copy over to your local machine.
rsync -azP [email protected]:/www/sites/laravel/storage/app ~/Desktop/laravel/storage