Whats the best way to Move Stuff from Server to Server?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zzgundamnzz
    Confirmed User
    • Apr 2002
    • 6102

    #1

    Whats the best way to Move Stuff from Server to Server?

    Whats the best way to Move Stuff from Server to Server?

    Is there software out there to do it for me?


  • Pun
    Confirmed User
    • Oct 2003
    • 379

    #2
    scp is probably the safest, and easiest without installing ftp daemons.

    Single file:
    scp file.ext user@server2:/location/to/put/file
    ex: scp index.html pun@server2:/home/pun/public_html

    Directory:
    scp -r directory_name user@server2:/location/to/put/directory
    ex: scp -r images pun@server2:/home/pun/public_html/

    If you have an ftp daemon already installed on both servers, then you can obviously use that. FTP is faster than scp due to the lack of encryption, but everything is sent plain text, which may or may not be in your best interest.

    (Note: This is all assuming you have shell access to some sort of unix based machine.)
    TrafficHolder.com - Buy/Sell Adult Traffic
    ICQ: 18771941

    Comment

    • fuzebox
      making it rain
      • Oct 2003
      • 22365

      #3
      Originally posted by Pun
      scp

      Comment

      • Sly_RJ
        Live Hard - Die Hard
        • Feb 2002
        • 17042

        #4
        Have your host do it for you. We do it all the time, no problem at all.
        PHAT SERVERS - Quality dedicated hosting at a quality price!
        sly AT phatservers DOT com - 147479144

        Comment

        • chri$tian
          Confirmed User
          • Aug 2003
          • 2468

          #5
          Originally posted by fuzebox
          http://www.3dsex.com

          Comment

          • skinnay
            Confirmed User
            • Apr 2004
            • 2274

            #6
            Originally posted by AtlasChris
            Make Real Green with ORGANIC SEO | Blog post exchange | Non-index page trades | A-B C-D Trades [icq: 194-215-962] [mail: [email protected]]

            Comment

            • Ash@phpFX
              Confirmed User
              • Nov 2003
              • 4292

              #7
              i would probably ftp it across. use fxp

              Comment

              • PeekHoles
                Registered User
                • Jan 2002
                • 1151

                #8
                Will scp save current permissions to files and directories, to the new server?

                Comment

                Working...