scp filename user@ip_address:/location will copy a file from my local computer to a remote computer... However I need to copy a file from the remote computer back to the local computer.
Is there any way to specify to pull a certain file down from a remote computer via ssh?