Have you ever used Secure Shell to access a remote machine, only to find yourself needing to download a file from a remote location? What do you do? Since you only have terminal window access to that ...
I frequently find myself in the situation where I'm SSH'd to a server and I want to copy a remote file to my local machine. Usually I end up opening up a local terminal and writing out the SCP command ...
When I want to transfer files between computers on the same network, most of the time, I use the scp command. But when I want something a bit simpler to use, I turn to a very handy command-line tool ...