File Transfer from one instance to other instance (test to development) using of SCP
I have some n number of files in a test instance . Is there a way to write a shellscript that will transfer all those files via scp to a development instance with hard coded password (no need to enter password manually).
Development instance details:
username:ora
password:kites@123
host:10.201.205.01
Test instance details:
username:ora
password:lal@123
host:10.201.204.23
filename:data1,data2...
Regards
Naresh