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?
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?
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