Results 1 to 3 of 3
I was wondering if there was a way to copy a folder from my computer to a server through ssh terminal....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-31-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 4
ssh Terminal help^^*
I was wondering if there was a way to copy a folder from my computer to a server through ssh terminal.
- 07-31-2007 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
You should look at scp. It is Secure CoPy over ssh. Just check the man page for it
Alternatively if you want you can you nautilus or konqueror, the Gnome and KDE filebrowsers, to browse and copy files. In nautilusCode:man ssh
Or in KonquerorCode:ssh://user@hostname
You can drag and drop between systems as if they were both local.Code:fish:/user@hostname
- 07-31-2007 #3Just Joined!
- Join Date
- Jul 2007
- Posts
- 4
Wow!!!
that nautilas ssh://user@host worked great^^
thanks


Reply With Quote
