1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How do I download my files from the server

Discussion in 'Databases' started by Chancey, Jul 28, 2014.

  1. #1
    I need to get my files from hosting server so I can transfer it to another hosting company.
     
    Chancey, Jul 28, 2014 IP
  2. toma_sum41

    toma_sum41 Member

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #2
    Hello there Try filezilla program to manage files (up or dwonlad) securely from a specific server
     
    toma_sum41, Jul 28, 2014 IP
  3. Ana-NETCreator

    Ana-NETCreator Greenhorn

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    18
    #3
    Hello!

    1. You could download files by FTP (File Transfer Protocol) from your server. There are some free FTP programs: FileZilla (for Mac, Windows and Linux), CyberDuck (for Mac and Windows), Cute FTP (PAID for Windows and Mac) and so on. You will need to configure choosed FTP program, with your FTP details from your server (if your website is hosted on a shared hosting, commonly you can find them in your cPanel at FTP accounts section). With all of above mentioned softwares you can download your website from old server. You will need to follow a same process to upload your website to he new server.

    If your website is made using a CMS or something which uses MySQL (or other database tool), you must export your old database from phpMyAdmin section and import it through the new phpMyAdmin (after creating a new database).

    2. If you don't want to download your website on your computer or if you have a slower internet connection, you should try mover.io website and use them for moving your website.

    If you have any further questions, don't hesitate to tell me.

    Hope this helps!
     
    Ana-NETCreator, Jul 28, 2014 IP
  4. OffshoreGB

    OffshoreGB Well-Known Member

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    106
    #4
    You can use FTP for file transfer and phpMyAdmin for database backup.
    If you are using cPanel or other control panel then you have an backup option on your panel..
    Please edit your config file after restore to another server.
     
    OffshoreGB, Jul 30, 2014 IP
  5. 2WDH.com

    2WDH.com Active Member

    Messages:
    143
    Likes Received:
    3
    Best Answers:
    5
    Trophy Points:
    68
    #5
    Chancey,

    The best way should be to ask your new hosting provider to transfer the account for you. What control panel do you use with your current hosting company?
     
    2WDH.com, Aug 2, 2014 IP
  6. dcristo

    dcristo Illustrious Member

    Messages:
    19,776
    Likes Received:
    1,199
    Best Answers:
    7
    Trophy Points:
    470
    Articles:
    7
    #6
    You will need to download the database within the cpanel backend and download the website files through a FTP client.
     
    dcristo, Aug 2, 2014 IP
  7. Krellen

    Krellen Greenhorn

    Messages:
    38
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    18
    #7
    Message me and I'd be happy to help.
     
    Krellen, Sep 17, 2014 IP
  8. Qualdorei

    Qualdorei Greenhorn

    Messages:
    45
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    23
    #8
    I use total commander SSH. But I think TS should better ask hosting admin or some advanced user to help
     
    Qualdorei, Sep 18, 2014 IP
  9. Vibrantu

    Vibrantu Greenhorn

    Messages:
    11
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    13
    #9
    You should use ftp client for that. You can use flashfxp or cuteftp softwares to quickly download your files from the server and for database you should use backup using phpmyadmin
     
    Vibrantu, Sep 21, 2014 IP
  10. SkyDevel Labs

    SkyDevel Labs Greenhorn

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #10
    As everyone said those are great ways to do so. If your trying to figure out how to using an shh client to get the files and/or directories. here are a few ways to go about doing that.
    I guess you can say this is a tutorial of sorts.
    First off go here.
    http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
    then choose your OS to download the program.
    if you are using windows you your best option would be to download the


    It doesn't really matter where you save it too. most save this in their root directory.

    after you get it running, fill in the needed information on the GUI,
    after this is done successfully a command prompt(shell) should pop up
    type psftp hit enter
    then you get a message saying no host name specified
    on the next line typ open what your.urlname.com hit enter
    next choose yes to the prompt
    type your ftp username hit enter
    then your password

    now that your to search for files you want to download
    you woud change the directory by doing the following:

    cd pubic_html

    if you want do download the entire directory
    type get public_html

    or for specific files get public_html/somefilename.extenuation.

    by default files download to the dowload folder on your machine.

    I hope this helps.
     
    SkyDevel Labs, Sep 30, 2014 IP