Dragging files from my server to my computer

Discussion in 'Site & Server Administration' started by tridean, Mar 13, 2007.

  1. #1
    Some may laugh at this but I am like a deer in headlights - can't explain at the moment.

    I have to move web hosts and would like to move some of the files from my directory stored at my host to my hard drive.

    Is there a simple way to do this?

    Cheers
     
    tridean, Mar 13, 2007 IP
  2. hextraordinary

    hextraordinary Well-Known Member

    Messages:
    2,171
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    105
    #2
    Bulletproof FTP is what I use, i'm sure there are some other good ones as well.
     
    hextraordinary, Mar 13, 2007 IP
  3. login

    login Notable Member

    Messages:
    8,849
    Likes Received:
    349
    Best Answers:
    0
    Trophy Points:
    280
    #3
    FTP is the way to go.
     
    login, Mar 13, 2007 IP
  4. MatthewN

    MatthewN Well-Known Member

    Messages:
    859
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    195
    #4
    Id use FTP too. If on a Windows box you could just zip up all your files and download it via HTTP which I have done in the past. I am not sure of your set up and the way to do this on Nix though.
     
    MatthewN, Mar 13, 2007 IP
  5. GigaSEO.com

    GigaSEO.com Peon

    Messages:
    111
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    if it's a cPanel Take a site backup and download it from /home/account-user/
    Download it via FTP. Use some multi threaded FTP like 3dFTP or Filezilla (Free).
    Get it from Downloads.com
    or for a mannual backup, just download the files via FTP but mind it ... if you need to do it fast then better go for multi threaded FTP.
     
    GigaSEO.com, Mar 13, 2007 IP
  6. sacx13

    sacx13 Active Member

    Messages:
    438
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #6
    I work with wget ... :) is most simple if you use linux :)

    Regards
     
    sacx13, Mar 14, 2007 IP
  7. tridean

    tridean Guest

    Messages:
    285
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Hi Guys,
    Thanks for the info. I acutally found a back up section in cpanel that enables me to download the whole directory and then the databases in .gz format.

    I also already had Smart FTP on my computer and didn't realize. It wasn't until someone mentioned FTP that I woke up!

    Thanks
    Dean
     
    tridean, Mar 14, 2007 IP
  8. GigaSEO.com

    GigaSEO.com Peon

    Messages:
    111
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    lol that's what i said buddy. take the backup and download via ftp Cheers :)
     
    GigaSEO.com, Mar 14, 2007 IP
  9. yfs1

    yfs1 User Title Not Found

    Messages:
    13,798
    Likes Received:
    922
    Best Answers:
    0
    Trophy Points:
    0
    #9
    If you are travelling and don't have your own computer in front of you (I use IE)

    Use:

    ftp://username:password@domainname.com/
    Code (markup):
    1.) Depending on how your browser is configured - putting this code in our address bar - changing the URL paramaters to match YOURS - will bring you INTO the files of your website

    2.) Right Clicking on the HTML file of your choice - select "OPEN" then "VIEW SOURCE" for the opened html file

    3.) Make your changes and save it to your harddrive - desktop - A drive etc...

    4.) Select the HTML ICON and right click and select "COPY"

    5.) Open up your FTP window and either right click or edit--> paste
     
    yfs1, Mar 14, 2007 IP