scp in Fedora 14
After I’ve installed openssh in Fedora can’t execute scp command to copy files between computers. The executable scp is in openssh-clients. So: yum install openssh-clients This package solve the problem.
copy remote files linux with scp
If you want to copy files between two computers in linux, you must do: scp -Cr ‘user’@remoteComputer:/home/user/* /home/user/ If there is a domain, ‘user’ can be ‘DOMAIN\user’
