Re: Using scp to copy through a "middle man"
From: the dude (swiss.dude_at_gmail.com)
Date: 09/28/04
- Previous message: all mail refused: "Re: Using scp to copy through a "middle man""
- In reply to: Ben: "Using scp to copy through a "middle man""
- Next in thread: Ben: "Re: Using scp to copy through a "middle man""
- Reply: Ben: "Re: Using scp to copy through a "middle man""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 28 Sep 2004 06:06:28 -0700
On HOST-A do :
ssh HOST-B -L 3000:HOST-C:22 -l <userid>
then do on Host A :
scp -P3000 filenametocopy 127.0.0.1:/tmp
This would copy the file "filenametocopy" onto the Host C in the /tmp
Directory...
Cheers,
TheDude
- Previous message: all mail refused: "Re: Using scp to copy through a "middle man""
- In reply to: Ben: "Using scp to copy through a "middle man""
- Next in thread: Ben: "Re: Using scp to copy through a "middle man""
- Reply: Ben: "Re: Using scp to copy through a "middle man""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|