I want to use sftp and scp. However, when I try to use these commands I get the following:
Code: Select all
[root@SERVER ~]# scp
-bash: scp: command not found
[root@SERVER ~]# sftp
-bash: sftp: command not foundCode: Select all
[root@SERVER ~]# scp
-bash: scp: command not found
[root@SERVER ~]# sftp
-bash: sftp: command not foundCode: Select all
yum install openssh-clients -y