How To Save File To Desktop Using Linux Commands.?

I am a beginner to Linux commands. I use SSH to connect to a Linux server. What command can I use to save a text file on the server to my desktop? Example?

Tags: , , , , ,

One Response to “How To Save File To Desktop Using Linux Commands.?”

  1. inletts says:

    From your desktop, fire up a terminal, or use Cygwin if you’re under Windows (make sure you have installed the openssh packages) :
    scp @: Enter your password, and you’re done :)

Leave a Reply