Copy files over ssh

Matt Florido matt at floridonet.com
Sat Feb 12 06:27:05 UTC 2005


Arthur Pemberton wrote:
> Hello,
> 
> I've done some reading, but I guess I just didn't get it. How exactly is 
> the best way to get a file from a machine that I've sshed to, to a the 
> machine that I am sshing from? I would think there's some way better 
> than ftping.
> 

man scp
scp - secure copy (remote file copy program)

scp <source> <destination>

Example:
scp local.file user at remote:/home/user
scp user at remote:/path/to/file /path/to/local


-- 
Regards,
Matt Florido
(Newly acquainted to FC3)




More information about the fedora-list mailing list