Download files over ssh kitty
Jan 17, 2014 Simple, reference post about handling file transfers using SSH and SCP. ssh user@host 'cat /file/on/remote' > /file/on/local # remote to local little more control over how and what files you wish to transfer, this is when SCP