I am running a headless Linux Ubuntu 10.0.4 on my server. I only allow access to the server using ssh (and scp).
I have a dev machine situated at home (behind a firewall) and I am able to copy files from my local (dev) machine to the server using scp. However, I now want to transfer files the other way, i.e. from the server to my dev machine.
Anyone knows the best way to do this?. BTW, I am running same OS on my dev machine (Ubuntu 10.0.4)