View previous topic :: View next topic |
Author |
Message |
Wedge_ Advocate
Joined: 08 Aug 2002 Posts: 3614 Location: Scotland
|
Posted: Fri Dec 06, 2002 6:03 pm Post subject: Probably a stupid question about ssh |
|
|
I'm using it to login to the lab machines at uni from home, so I can get easy access to the files I have there. What I want to know is how do I copy files from the remote machine to my machine at home? I've had a quick look through the manpage for ssh and tried some searches with Google, but I can't find anything. Sorry if it's obvious how to do it and I'm just too dumb to see it |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Fri Dec 06, 2002 6:09 pm Post subject: |
|
|
man scp
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
Wedge_ Advocate
Joined: 08 Aug 2002 Posts: 3614 Location: Scotland
|
Posted: Fri Dec 06, 2002 6:49 pm Post subject: |
|
|
Thankyou |
|
Back to top |
|
|
doug-x07 Tux's lil' helper
Joined: 16 Nov 2002 Posts: 122 Location: Paris, France
|
Posted: Mon Dec 09, 2002 11:50 am Post subject: |
|
|
You can also use sftp if the server you are sshing into offers it. Some people prefer it to scp as the syntax is similar to ftp rather than rcp. Man sftp for details. _________________ #! /usr/bin/perl
if( @first != $succeed ) {
post { $question->forum && eval '$answers' };
try { $again } catch { $problem && $resolve };
bless $posters; } |
|
Back to top |
|
|
|