Script for SCP
Shell : ksh
OS : AIX
1. need the command for SCP to transfer files from one server to another using PASSWORD on the command line.
EX:
scp <user_1>@<host_1>:<PATH>_filename <user_2>@<host_2>:<PATH> .....password?
2.Script in which USER and PASSWORD can be included to scp "MULTIPLE FILES" from different source directories to different target directories.