scp

written by justin on September 6th, 2007 @ 09:28 PM

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 .

Post a comment