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?


1 Comments

  1. inletts, January 13, 2010:

    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 comment