Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

    Code:
    login as: myuser
    Using keyboard-interactive authentication.
    Password:mypassword
    server1:~>
    /home/Scripts/fol1
    /home/Scripts/fol2
    /home/Scripts/fol3
    Server2

    Code:
    login as: myuser
    Using keyboard-interactive authentication.
    Password:mypassword
    server2:~>
    /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?

  2. #2
    Just Joined!
    Join Date
    Feb 2008
    Posts
    67
    Hi

    Use ftp for it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...