scp
I learned something today. I have been using scp for years to move files around, but I never new that you could fetch files with it. You can use it to grab a file off of a server by specifying the server:file and the local destination. How I wish that I had known this before ;(
scp server:file.name .
0 comments