Transfer Files from One Server to Another Server Using SFTP
Dear Readers, In this article, we will see the following Transfer Files from One Server to Another Server Using SFTP. Login as root and install sshpass package :
1 2 |
[oracle@db2 u01]$ su - root [root@db2 ~]# yum install sshpass |
Create text file and Create .sh file Create text file :
1 |
[oracle@db2 u01]$ vi demo.txt |
Create .sh file :… Read More