-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Keith,

Short answer:

man scp

Not-so-short answer:

You don't need to ssh first.

File xfer (remote to local)
scp user@host:/path/source_file /local/path/[new_filename]

File xfer (localto remote)
scp /local/path/source_file user@host:/path/[new_filename]


You can use the -r switch to do a recursive xfer.

I you don't have your public key on the remote site, you'll be asked
for the password.


On Thu, 7 Feb 2002 16:07:03 -0500, Keith Antoine wrote:

>I have ssh access on a remote site and can login as I sent my public key.
>Waht I do not know is what do I then do as far as commands are concerned to 
>either upload or download files. I believe I use a command called "SCP" but 
>there has to be switches I do not know about, as it in itself does not work.
>
>BTW way Do I in point of fact login with ssh first and then call scp 
>(something) or what do I do ?
>
>I hav elooked for something online that tells me faq's and so called manulas 
>but no luck.
>
>-- 
>Keith Antoine aka 'skippy'
>18 Arkana St, The Gap, Queensland 4061 Australia PH:61733002161
>Retired Geriatric, Sometime Electronics Engineer, Knowall, Brain in storage
>
>_______________________________________________
>Linux-users mailing list - http://linux.nf/mailman/listinfo/linux-users
>Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.

Federico Voges
Socio gerente

Intrasoft
Malabia 2137 14 A
(1425) Buenos Aires
Argentina

Te/Fax: 54-11-4833-5182
e-mail: [EMAIL PROTECTED]
Web: http://www.intrasoft.com.ar

PGP Public Key Fingerprint: A536 4595 EB6F D197  FBC1 5C3A 145C 2516

-----BEGIN PGP SIGNATURE-----
Version: PGPsdk version 1.7.1 (C) 1997-1999 Network Associates, Inc. and its 
affiliated companies.

iQA/AwUBPGIgLBRcJRaVKt4XEQIV+gCg2zG5dqNSiQawB4lMZtz3pSz8Vi0Ani1Z
j41Pnao75pnStM43WzL2Lg/a
=0fv/
-----END PGP SIGNATURE-----


_______________________________________________
Linux-users mailing list - http://linux.nf/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.

Reply via email to