Results 1 to 2 of 2
Here is my query,
I want to Copy the folders, fol1,fol2 and fol3 from server1 to Server2 of the desired path.
Server1
Code:
login as: myuser
Using keyboard-interactive authentication.
Password:mypassword
...
- 02-29-2008 #1Just Joined!
- Join Date
- Dec 2007
- Location
- chennai-TN,India
- Posts
- 42
Shell script for copying 3 folders from One server and to paste it in the other sever
Here is my query,
I want to Copy the folders, fol1,fol2 and fol3 from server1 to Server2 of the desired path.
Server1
Server2Code:login as: myuser Using keyboard-interactive authentication. Password:mypassword server1:~> /home/Scripts/fol1 /home/Scripts/fol2 /home/Scripts/fol3
For the process stated above, how can i write a shell script to copy as per the required?Code:login as: myuser Using keyboard-interactive authentication. Password:mypassword server2:~> /home/Scripts/fol1 /home/Scripts/fol2 /home/Scripts/fol3
- 02-29-2008 #2Just Joined!
- Join Date
- Feb 2008
- Posts
- 67
Hi
Use ftp for it


Reply With Quote