Results 1 to 5 of 5
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, ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-14-2006 #1
SSH cp
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, sorryPut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 11-14-2006 #2
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
Stand up and be counted as a Linux user!
- 11-14-2006 #3
Yes fish is great, but it's more like :
Remember Zelmo ?Code:fish://username@server
http://www.linuxforums.org/forum/cof...sh-client.html"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 11-14-2006 #4
Thanks, it works perfectly!
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 11-14-2006 #5D'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.
Originally Posted by antidrugue
Dang user-friendliness is making me rusty!Stand up and be counted as a Linux user!


Reply With Quote
