Hi,
I want to copy a particular file in the directory to another server.In the script i'm using scp option.Is there any way to create directory in another server thru script.
e.g
scp /abc/xyz root@10.1.1.1:/pqr/
I want to copy /abc/xyz in /pqr directory in another server.
Any help will be highly appreciated.
Regards,
RK.
I want to copy a particular file in the directory to another server.In the script i'm using scp option.Is there any way to create directory in another server thru script.
e.g
scp /abc/xyz root@10.1.1.1:/pqr/
I want to copy /abc/xyz in /pqr directory in another server.
Any help will be highly appreciated.
Regards,
RK.