[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sheflug] scp
>
> I want to get work.tar from remote.server.com where I am user foo,
> password bar and copy it to my home directory on my machine which only
> has an IP address, upon which I am user baz.
>
To copy from remote machine to local machine, assuming you're in $HOME:
scp foo [at] remote.server.com:/path/to/work.tar .
If work.tar is in your home directory (read: foo's home directory) on
remote.server.com, then:
scp foo [at] remote.server.com:work.tar .
:)
Chris...
--
@}-,'-------------------------------------------------- Chris Johnson --'-{ [at]
/ "(it is) crucial that we learn the difference / sixie [at] nccnet.co.uk \
/ between Sex and Gender. Therein lies the key / \
/ to our freedom" -- LB / www.nccnet.co.uk/~sixie \
---------------------------------------------------------------------
Sheffield Linux User's Group - http://www.sheflug.co.uk
To unsubscribe from this list send mail to
- <sheflug-request [at] vuw.ac.nz> - with the word
"unsubscribe" in the body of the message.
GNU the choice of a complete generation.
- References:
- [Sheflug] scp
- From: Barrie Bremner <TheEnglishman [at] ecosse.net>