I'm in a remote computer through ssh, now I want to copy some file from there to my computer. How? scp?
I'm in a hurry, no time for man pages, sorry
Printable View
I'm in a remote computer through ssh, now I want to copy some file from there to my computer. How? scp?
I'm in a hurry, no time for man pages, sorry
Yep, scp. Something like this:
Or to make it really easy, open up Konqueror and use fish to log into the server. Then drag&drop or graphically copy and paste into a local folder.Code:scp username@server:/home/username/filename /localDirectory
In Konqueror's address bar:
Thanks to TechieMoe for that gem!Code:fish:username@server
Yes fish is great, but it's more like :
Remember Zelmo ?Code:fish://username@server
http://www.linuxforums.org/forum/cof...sh-client.html
Thanks, it works perfectly!
D'oh! Sorry antidrugue, I'm giving all your credit to TechieMoe. Right you are about the slashes; I'd forgotten about them. I use fish so often that in Konqueror I just type in "fish" and the drop-down list pops up with the rest of the line.Quote:
Originally Posted by antidrugue
Dang user-friendliness is making me rusty!