site to site transfer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pahlevoooon
    Registered User
    • Nov 2004
    • 7

    #1

    site to site transfer

    Hey guys , i need to transfer big folder from one of my servers to the other one,
    any ideas on how i can do it?
    i tried flashfxp but it doesnt transfer anything :-s
    any help is greatly appreciated
  • JFPdude
    Confirmed User
    • Jan 2002
    • 4027

    #2
    tar it up

    Comment

    • JFPdude
      Confirmed User
      • Jan 2002
      • 4027

      #3
      rsynch ....

      Comment

      • pahlevoooon
        Registered User
        • Nov 2004
        • 7

        #4
        i have no clue how to use those binary codes, any software that might do it? or any commands in linux to do it?
        thanks in advance.

        Comment

        • vas
          Confirmed User
          • Dec 2003
          • 562

          #5
          you'll need to be more specific about what OS it is and such..


          personally i'd tar it up and use the scp command.

          it works like this


          scp <filename> <ip>:<location>

          for example if your tar file was called foo.tar and the server ip your trying to copy to was 1.2.3.4 and you wanted it in the /home dir it would look something like

          scp foo.tar 1.2.3.4:/home

          it would ask for the login and pass, type that in and u should be good.. hope it helps ;)

          or you could just enable fxp and do it through ftp
          icq: 375956791

          Comment

          • xenigo
            Confirmed User
            • Jan 2001
            • 8067

            #6
            Originally posted by pahlevoooon
            Hey guys , i need to transfer big folder from one of my servers to the other one,
            any ideas on how i can do it?
            i tried flashfxp but it doesnt transfer anything :-s
            any help is greatly appreciated
            FlashFXP can do it, but your servers have to support a specific FTP protocol that allows transfers from server to server. I'm forgetting the name of the protocol though.

            Comment

            • Weppel
              Confirmed User
              • Aug 2003
              • 2190

              #7
              Originally posted by xenigo
              FlashFXP can do it, but your servers have to support a specific FTP protocol that allows transfers from server to server. I'm forgetting the name of the protocol though.

              That would be FXP

              Comment

              • DutchTeenCash
                I like Dutch Girls
                • Feb 2003
                • 21684

                #8
                Originally posted by vas
                you'll need to be more specific about what OS it is and such..


                personally i'd tar it up and use the scp command.

                it works like this


                scp <filename> <ip>:<location>

                for example if your tar file was called foo.tar and the server ip your trying to copy to was 1.2.3.4 and you wanted it in the /home dir it would look something like

                scp foo.tar 1.2.3.4:/home

                it would ask for the login and pass, type that in and u should be good.. hope it helps ;)

                or you could just enable fxp and do it through ftp

                yup this works like a charm, thats how we copy htpasswd files from one to another server, gotta authenticate though (l/p)

                ICQ 16 91 547 - SKYPE dutchteencash
                bob AT dutchteencash DOT com
                ... did you see our newest Sweet Natural Girl Priscilla (18)?

                Comment

                Working...