Easiest/Fastest way to transfer files when moving host?

Discussion in 'Site & Server Administration' started by fortify, Mar 24, 2007.

  1. #1
    Whats the fastest and easiest way to transfer files when im moving to a new host
     
    fortify, Mar 24, 2007 IP
  2. AmeryWeb

    AmeryWeb Guest

    Messages:
    92
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi, fortify.
    The easiest way is to ask your new host if they can do it for you. My current host did it for me at no extra charge.
    Otherwise, you will have to do this yourself using your favorite FTP utility and download ALL files from your old host
    to your computer and upload them to your new host.

    Hope that helps.
     
    AmeryWeb, Mar 24, 2007 IP
  3. pirate101

    pirate101 Peon

    Messages:
    96
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Get a full back up of your file from the old host, upload it to your new server, ask your provider to restore everything for you :)
     
    pirate101, Mar 24, 2007 IP
  4. ThreeGuineaWatch

    ThreeGuineaWatch Well-Known Member

    Messages:
    1,489
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    140
    #4
    Do you have shell access? If you do then you can tar and bzip all your files (don't forget DB dumps) and then place them in a password protected directory on your old host. Then shell in to your new host and drag them over with wget.

    $ wget --http-user=username --http-password=password [url]http://www.domainatyouroldhost.com/directory/your_file.tar.gz[/url]
    Code (markup):
     
    ThreeGuineaWatch, Mar 24, 2007 IP
  5. fortify

    fortify Well-Known Member

    Messages:
    865
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #5
    I dont know why I never thought of that. Thanks :)

    and also I dont have shell access
     
    fortify, Mar 25, 2007 IP